.header-root .navtop--open,
.header-root .o-animations--opacity {
  animation: opac .8s;
}

.header-root .main-header .closed .u-open {
  display: none!important;
}

.header-root .o-over-body {
  overflow-y: hidden;
  height: 100vh;
}

.header-root .navtop {
  text-align: center;
}

.header-root .navtop__item {
  display: none;
  font-size: 1rem;
}

.header-root .navtop__item--active {
  display: block;
}

.header-root .navtop__item--active .navtop__link {
  display: inline-block;
  color: #313235;
  cursor: pointer;
}

.header-root .navtop__item--active .navtop__link:hover {
  color: rgba(49,50,53,.7);
}

.header-root .navtop__item--active .navtop__icon {
  display: inline-block;
  padding-left: .375rem;
  font-size: 1rem;
  cursor: pointer;
}

.header-root .navtop__item--active .navtop__icon:before {
  display: inline-block;
  padding-left: .25rem;
  vertical-align: bottom;
}

.header-root .navtop__link {
  padding: .0625rem 1rem;
  font-family: TelefonicaRegular,Arial,Helvetica;
  color: #999;
  line-height: 1.125rem;
}

.header-root .navtop__link:hover {
  color: hsla(0,0%,60%,.7);
}

.header-root .navtop__link:hover svg {
  position: relative;
  animation: animateslideright2 .3s forwards;
  fill: hsla(0,0%,60%,.7);
}

.header-root .navtop__link svg {
  vertical-align: middle;
  fill: #999;
}

.header-root .navtop__link--arrow {
  display: none!important;
}

.header-root .navtop__icon {
  display: none;
  outline: none;
  margin-left: .625rem;
}

.header-root .navtop--open {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 26;
}

.header-root .navtop--open .navtop__item {
  display: block;
}

.header-root .navtop--open .navtop__item--active .navtop__link {
  color: #0b2739;
}

.header-root .navtop--open .navtop__item--active .navtop__link:hover {
  color: rgba(11,39,57,.7);
}

.header-root .navtop--open .navtop__item--active .navtop__icon {
  transform: rotate(180deg);
}

.header-root .navtop--open .navtop__item--active .navtop__icon:before {
  padding-right: .25rem;
  padding-left: 0;
  vertical-align: inherit;
}

.header-root .navtop--open .navtop__link {
  display: inline-block;
  padding: 1.125rem 0;
  color: #019df4;
}

.header-root .navtop--open .navtop__link:hover {
  color: rgba(1,157,244,.7);
}

@media screen and (min-width:768px) {
  .header-root .navtop {
    margin: 0;
    text-align: left;
  }

  .header-root .navtop__item {
    display: block;
    float: left;
    padding-right: 1.875rem;
  }

  .header-root .navtop__item:last-child {
    padding-right: 0;
  }

  .header-root .navtop__item--active .navtop__icon {
    display: none;
  }

  .header-root .navtop__link {
    display: block;
    padding: .4375rem 0;
    font-size: .875rem;
  }

  .header-root .navtop__link--arrow {
    display: inline-block!important;
  }

  .header-root .navtop__text {
    padding-right: .5rem;
  }

  .header-root .navtop__icon {
    font-size: .75rem;
  }

  .header-root .navtop--open {
    position: inherit;
    background-color: transparent;
    left: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
    z-index: inherit;
    margin: inherit;
    text-align: inherit;
    animation: inherit;
  }

  .header-root .navtop--open .navtop__item:first-child {
    padding-left: 0;
  }

  .header-root .navtop--open .navtop__link {
    padding: .4375rem 1.875rem .4375rem 0;
    color: #999;
  }
}

@media screen and (min-width:1260px) {
  .header-root .navtop {
    float: left;
  }
}

@keyframes animateslideright2 {
  0% {
    left: 0;
    opacity: 0;
  }

  to {
    left: 5px;
    opacity: 1;
  }
}

.header-root .infobar {
  padding-top: .3125rem;
  padding-bottom: .125rem;
}

@media screen and (min-width:768px) {
  .header-root .infobar {
    color: #313235;
    font-size: 1.0625rem;
    text-align: right;
  }

  .header-root .infobar__text {
    padding-right: .5rem;
  }

  .header-root .infobar__text,
  .header-root .infobar__user {
    display: inline-block;
    font-family: TelefonicaRegular,Arial,Helvetica;
  }

  .header-root .infobar__btn {
    display: inline-block;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  .header-root .infobar__btn:hover svg {
    animation: animateslideright .4s forwards;
    position: relative;
  }
}

.header-root .closed.priority .infobar,
.header-root .closed.priority .infobar__btn {
  color: #fff;
}

.header-root .svgIL {
  fill: #019df4;
}

.header-root .notification-list {
  background-color: transparent;
  margin-top: 70px;
  width: 100vw;
  margin-right: .3125rem;
  max-width: 360px;
}

.header-root .notification-list .peak {
  position: absolute;
  width: 30px;
  background: #fff;
  height: 30px;
  transform: rotate(45deg);
  right: 1.875rem;
}

@media screen and (min-width:768px) {
  .header-root .notification-list {
    margin-top: 100px;
  }

  .header-root .notification-list .peak {
    right: .9375rem;
  }
}

.header-root .Notification_item {
  padding: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
}

.header-root .Notification_item a~.Notification_body {
  cursor: pointer;
}

.header-root .Notification_item .CustomLink {
  z-index: 1;
  width: 100%;
}

.header-root .Notification_item~.Notification_item {
  margin-top: 10px;
}

.header-root .xux-header .Notification_body {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  justify-content: space-between;
  align-items: stretch;
}

.header-root .xux-header .Notification_body .iconLabel {
  display: none;
}

.header-root .xux-header .Notification_body .iconGap {
  width: 70px;
  height: 50px;
}

.header-root .xux-header .Notification_body .iconGap svg {
  margin-top: 5%;
  margin-left: 10%;
}

.header-root .xux-header .Notification_body .descriptionPlace {
  padding: 5px;
}

.header-root .xux-header .Notification_body .descriptionPlace span {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: TelefonicaRegular,Arial,Helvetica;
  font-size: 1rem;
}

.header-root .xux-header .Notification_body .descriptionPlace .status {
  text-transform: uppercase;
  text-decoration: underline;
  padding-bottom: 2px;
}

.header-root .xux-header .Notification_body .descriptionPlace .code {
  text-transform: uppercase;
  color: #999;
}

.header-root .xux-header .Notification_body .descriptionPlace .code.Blue {
  color: #019df4;
}

.header-root .xux-header .Notification_body .descriptionPlace .code.Orange {
  color: #ec624b;
}

.header-root .xux-header .Notification_body .descriptionPlace .code.Green {
  color: #5cb615;
}

.header-root .xux-header .Notification_body .descriptionPlace .code.Red {
  color: #ff374a;
}

.header-root .xux-header .Notification_body .descriptionPlace.Grey5 {
  color: #86888c;
}

.header-root .xux-header .Notification_body .linkGap {
  flex-grow: 0;
  position: relative;
  min-height: 40px;
  margin-left: 1.25rem;
}

.header-root .xux-header .Notification_body .linkGap svg {
  position: relative;
  top: 50%;
  left: 50%;
  color: #019df4;
  transform: translate(-50%,-50%);
}

.header-root .xux-header .Notification_body .linkGap svg .iconLabel {
  display: none;
}

.header-root .xux-header .Notification_body.orange svg {
  fill: #ec624b;
}

.header-root .xux-header .Notification_body.blue svg {
  fill: #019df4;
}

.header-root .xux-header .Notification_body.green svg {
  fill: #5cb615;
}

.header-root .xux-header .Notification_body.grey5 svg {
  fill: #86888c;
}

.header-root .e-input-line {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2.375rem;
}

.header-root .e-input-line__label {
  padding-left: .625rem;
  font-size: 1.125rem;
  font-style: italic;
  color: #999;
}

.header-root .e-input-line__text {
  position: absolute;
  display: block;
  border: none;
  padding-right: 1.875rem;
  padding-left: .9375rem;
  top: 0;
  left: 2.4375rem;
  height: 2.125rem;
  font-size: 1rem;
  width: calc(100% - 39px);
  background-color: transparent;
}

.header-root .e-input-line__text::placeholder {
  font-size: 1.125rem;
  font-style: italic;
  color: #999;
}

.header-root .e-input-line__text:focus~.e-input-line__label {
  display: none;
}

.header-root .e-input-line__text:focus~.e-input-line__clean {
  display: block;
}

.header-root .e-input-line__submit {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  border: none;
  width: 2.25rem;
  height: 2rem;
  background-color: transparent;
}

.header-root .e-input-line__submit:hover {
  cursor: pointer;
}

.header-root .e-input-line__icon {
  display: inline-block;
  padding: .125rem .75rem .375rem 0;
  font-size: 1.5rem;
  border-right: .0625rem solid #019df4;
  height: 2.125rem;
}

.header-root .e-input-line__icon:hover {
  cursor: pointer;
  opacity: .95;
}

.header-root .e-input-line__clean {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
  padding: .5625rem .4375rem .3125rem;
  cursor: pointer;
}

.header-root .e-input-line__clean:focus,
.header-root .e-input-line__clean:hover {
  display: block;
}

.header-root .e-input-line__clean:hover {
  opacity: .7;
}

.header-root .e-input-line__clean--aspa {
  top: .5625rem;
  left: calc(100% - 24px);
  padding: .25rem;
  background-color: #ddd;
  border-radius: 50%;
}

.header-root .e-input-line__clean svg {
  display: block!important;
}

.header-root .e-input-line__aspa {
  padding: .3125rem .375rem .375rem .3125rem;
  font-size: .5rem;
  font-family: icon-movistar!important;
  color: #fff;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
  background-color: rgba(0,0,0,.2);
}

.header-root .e-input-line__aspa:before {
  content: "\6e";
}

.header-root .layout-hover {
  position: relative;
  width: 100vw;
  padding: 1rem;
  text-align: left;
}

.header-root .layout-hover__box {
  padding-top: .3125rem;
  width: calc(100% - 50px);
}

.header-root .layout-hover__title {
  margin-bottom: 1.5rem!important;
  font-size: 1.875rem;
  font-family: TelefonicaLight,Arial,Helvetica;
  color: #000;
  width: calc(100% - 78px);
}

.header-root .layout-hover__subtitle {
  padding-bottom: .375rem;
  font-size: .875rem;
  font-family: TelefonicaRegular,Arial,Helvetica;
  color: #999;
  border-bottom: .0625rem solid #ddd;
}

.header-root .layout-hover--close {
  top: 2.1875rem;
}

.header-root .layout-hover__row {
  padding: .5rem 0;
  text-align: center;
}

.header-root .layout-hover__col {
  width: 100%;
  max-width: 25rem;
  margin-right: auto;
  margin-bottom: 3.75rem;
  margin-left: auto;
}

@media screen and (min-width:768px) {
  .header-root .layout-hover {
    margin-left: 16.66667%;
    padding-right: 1.625rem;
    padding-left: 1.625rem;
    max-width: 66.66667%;
  }

  .header-root .layout-hover__header {
    padding-top: 2.25rem;
  }

  .header-root .layout-hover__col {
    width: 25rem;
  }
}

.header-root input[type=text]::-ms-clear {
  display: none;
}

.header-root .list {
  padding-bottom: .5rem;
}

.header-root .list,
.header-root .list:after {
  display: block;
  clear: both;
  content: "";
}

.header-root .list__title {
  padding: 1rem 0;
  font-size: 1.125rem;
  font-family: TelefonicaLight,Arial,Helvetica;
}

.header-root .list__link {
  display: inline-block;
  font-size: 1rem;
  font-family: TelefonicaRegular,Arial,Helvetica;
  color: #019df4;
  text-decoration: none;
}

.header-root .list__link:hover {
  color: #019df4;
  opacity: .7;
}

.header-root .list__link .icon {
  display: block;
  padding: .5rem 0;
  font-size: .5rem;
  float: right;
}

.header-root .list--vertical .list__item {
  padding-right: .625rem;
  border-bottom: 1px solid #eee;
}

.header-root .list--vertical .list__link {
  display: block;
  padding: 1rem;
}

.header-root .list--horizontal .list__link {
  padding: .875rem 1rem .625rem 0;
}

.header-root .list--columns {
  width: 80%;
}

.header-root .list--columns .list__item {
  float: left;
  width: 100%;
}

@media screen and (min-width:768px) {
  .header-root .list--columns .list__item {
    width: 50%;
  }
}

@media screen and (min-width:1260px) {
  .header-root .list--columns .list__item {
    width: 32%;
  }
}

.header-root#modal-root.header-root {
  height: 100%!important;
}

.header-root .e-modal {
  display: block;
  width: 100vw;
  position: relative;
  height: auto;
  max-height: 100vh;
  padding: 1rem 1rem 60px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (min-width:768px) {
  .header-root .e-modal {
    padding: 0;
  }
}

.header-root .e-modal__row {
  padding: .5rem 0;
  text-align: center;
}

.header-root .e-modal__content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 365px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: .25rem;
}

.header-root .e-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.header-root .e-modal__header {
  position: relative;
  padding: 1rem;
  background-color: #f5f5f5;
}

.header-root .e-modal__header,
.header-root .e-modal__header:after {
  display: block;
  clear: both;
  content: "";
}

.header-root .e-modal__body {
  padding: .875rem;
}

.header-root .e-modal__title {
  margin-top: 1.625rem;
  margin-bottom: .25rem;
  font-family: TelefonicaRegular,Arial,Helvetica;
  font-size: 1.25rem;
  color: #0b2739;
  text-align: center;
}

.header-root .e-modal__text {
  display: block;
  padding-top: .1875rem;
  font-size: 1rem;
  text-align: center;
}

.header-root .e-modal__logo {
  display: inline-block;
  padding-top: .6875rem;
  font-size: 1.375rem;
  color: #019df4;
  height: 3rem;
  width: 3rem;
  background: #019df4;
  border-radius: 50%;
}

.header-root .e-modal__logo svg {
  height: 1.5625rem;
  width: 2.0625rem;
  fill: #fff;
}

.header-root .e-modal__btn {
  font-size: 1.125rem;
}

.header-root .e-modal__link {
  font-size: .875rem;
  color: #019df4;
  text-align: left;
}

.header-root .e-modal .list__item {
  padding-right: 0;
}

.header-root .e-modal .list__item svg {
  fill: #019df4;
}

.header-root .e-modal .list__link {
  position: relative;
}

.header-root .e-modal .list__link svg {
  position: absolute;
  right: .75rem;
  top: 1.3125rem;
}

.header-root .e-modal .list__link:hover {
  background-color: #f5f5f5;
}

.header-root .e-modal .list__link:hover svg {
  animation: animateslideleftsoftlink .4s forwards;
}

@keyframes animateslideleftsoftlink {
  0% {
    right: 12px;
  }

  to {
    right: 22px;
  }
}

.header-root .e-modal a:hover {
  text-decoration: none;
}

@media screen and (min-width:768px) {
  .header-root .e-modal {
    width: auto;
  }

  .header-root .e-modal__content {
    margin-right: auto;
    margin-left: auto;
    width: 25rem;
    position: relative;
    right: 0;
    top: 0;
  }

  .header-root .e-modal__container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
  }

  .header-root .e-modal--open-animation {
    animation: animatefromtop .4s!important;
  }

  .header-root .e-modal--close-animation {
    animation: animatetotop .4s!important;
  }

  .header-root .e-modal__title {
    position: relative;
    animation: animatefromtop .8s;
  }

  .header-root .e-modal__link {
    font-size: 1rem;
  }
}

@media screen and (min-width:1260px) {
  .header-root .e-modal__container {
    max-width: 1260px;
  }
}

.header-root .e-icon-buttons--close__icon {
  display: block;
  height: 1rem;
  width: 1rem;
}

.header-root .e-icon-buttons--close__icon svg {
  fill: #313235;
}

.header-root .e-icon-buttons--close:hover {
  cursor: pointer;
  top: .5rem;
  right: .5rem;
}

.header-root .e-icon-buttons--close:hover .e-icon-buttons--close__icon {
  animation: colorchange .4s forwards;
  -webkit-animation: colorchange .4s forwards;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.header-root .e-icon-buttons--close:hover .e-icon-buttons--close__icon svg {
  margin: .5625rem;
  width: .875rem!important;
  height: .875rem!important;
}

.header-root .e-icon-buttons--clean {
  font-size: .75rem;
  float: right;
  padding: .4375rem;
}

.header-root .e-icon-buttons--clean:hover .e-icon-buttons--clean__icon {
  animation: colorchange .4s forwards;
  -webkit-animation: colorchange .4s forwards;
  cursor: pointer;
  padding: .1875rem .3125rem .4375rem;
}

.header-root .e-icon-buttons--clean:hover .e-icon-buttons--clean__icon:before {
  animation: sizechange--clean .4s forwards;
  -webkit-animation: sizechange--clean .4s forwards;
}

@keyframes sizechange--clean {
  0% {
    font-size: .75rem;
  }

  to {
    font-size: .5rem;
    padding: .3125rem .125rem;
  }
}

.header-root .e-icon-buttons--clean__icon {
  position: relative;
  padding-top: .03125rem;
  font-size: .75rem;
  font-family: icon-movistar!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
}

.header-root .e-icon-buttons--clean__icon:before {
  content: "\6e";
}

@keyframes colorchange {
  0% {
    background-color: transparent;
  }

  to {
    background-color: #eee;
  }
}

.header-root .rightTitleBar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.header-root .e-link {
  color: #999;
}

.header-root .e-link .svgIL_label {
  display: none;
  font-family: TelefonicaRegular,Arial,Helvetica;
}

.header-root .e-link .svgIL svg {
  font-size: 1.5rem;
  width: 1.5rem!important;
  height: 1.5rem!important;
  fill: #2a2a3c;
}

@media screen and (min-width:768px) {
  .header-root .e-link:hover .svgIL svg {
    position: relative;
    animation: animateslideright .4s forwards;
  }

  .header-root .e-link .svgIL_label {
    display: inline-block;
    padding-right: .5rem;
  }

  .header-root .e-link .svgIL svg {
    font-size: 1rem;
  }
}

.header-root .closed.priority .e-link .svgIL svg {
  fill: #fff;
}

.header-root .o-animations--minimize {
  animation: minimize .4s forwards;
}

.header-root .active-forced {
  color: #313235;
}

.header-root .e-link {
  display: inline-block;
  font-size: 1.125rem;
  color: #86888c;
  border: none;
  background-color: transparent;
}

.header-root .e-link:hover {
  opacity: .7;
  cursor: pointer;
}

.header-root .e-link--icon {
  padding: .5625rem .375rem;
}

.header-root .e-link__text {
  display: none;
  font-family: TelefonicaRegular,Arial,Helvetica;
}

.header-root .e-link__icon {
  font-size: 1.5rem;
  color: #2a2a3c;
}

.header-root .e-link--right {
  float: right;
  padding-right: 0;
}

.header-root .e-link--bullet .e-link__icon {
  position: relative;
}

.header-root .e-link--bullet .e-link__icon:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-radius: .625rem;
  background-color: #5cb615;
  padding: .25rem;
}

@media screen and (min-width:768px) {
  .header-root .e-link:hover .e-link__icon {
    position: relative;
    animation: animateslideright .3s forwards;
  }

  .header-root .e-link--size .e-link__icon {
    display: inline-block;
    margin: .75rem .375rem;
    font-size: 1.5rem;
  }

  .header-root .e-link--size:hover .e-link__icon {
    animation: minimize .4s forwards;
  }

  .header-root .e-link--icon {
    padding: inherit;
  }

  .header-root .e-link__text {
    display: inline-block;
    padding-right: .5rem;
    vertical-align: top;
  }

  .header-root .e-link__icon {
    font-size: 1rem;
  }

  .header-root .e-link--right {
    float: inherit;
  }
}

@media screen and (min-width:1260px) {
  .header-root .e-link--size .e-link__text {
    margin-right: -.625rem;
    padding-right: 0;
    opacity: 0;
    font-size: 1.125rem;
  }

  .header-root .e-link--size .e-link__icon {
    margin: 0 .5rem;
  }

  .header-root .e-link--size:hover .e-link__text {
    position: relative;
    animation: animatefromright-slow .4s forwards;
  }

  .header-root .e-link--inanimate .e-link__text {
    display: none!important;
  }
}

.header-root .priority .e-link__icon svg {
  fill: #fff!important;
}

@media screen and (min-width:768px) {
  .header-root .priority .e-link__icon svg {
    fill: #999!important;
  }
}

.header-root .list-options {
  align-self: flex-end;
  flex-shrink: inherit;
  display: block;
}

.header-root .list-options__item {
  position: relative;
  text-align: left;
}

.header-root .list-options__item .dotBadge {
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  background-color: #d23c31;
  top: -50%;
  right: 20%;
  width: 10px;
  height: 10px;
}

@media screen and (min-width:768px) {
  .header-root .list-options__item .dotBadge {
    top: 16%;
  }
}

@media screen and (min-width:1260px) {
  .header-root .list-options__item .dotBadge {
    top: 0;
  }
}

@media screen and (min-width:768px) {
  .header-root .list-options {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .header-root .list-options__item--active .list-options__link {
    color: #313235;
  }

  .header-root .list-options__link {
    font-size: .9375rem;
    font-family: TelefonicaRegular,Arial,Helvetica;
    color: #999;
    border: none;
    background-color: transparent;
    text-decoration: none;
  }

  .header-root .list-options__link:hover {
    opacity: .7;
  }

  .header-root .list-options h1.list-options__link:hover {
    opacity: inherit;
    cursor: auto;
  }

  .header-root .list-options__item {
    text-align-last: left;
    max-width: 4.25rem;
  }
}

@media screen and (min-width:1260px) {
  .header-root .list-options__item {
    max-width: inherit;
  }

  .header-root .list-options__link {
    font-size: 1.125rem;
  }
}

@media screen and (min-width:768px) {
  .header-root .closed .list-options {
    display: flex;
  }
}

.header-root .bounce {
  animation-delay: 2s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-direction: forwards;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@keyframes animateslideright {
  0% {
    left: 0;
  }

  to {
    left: 10px;
  }
}

@keyframes animatefromright-slow {
  0% {
    right: 0;
    opacity: 0;
  }

  to {
    right: 2%;
    opacity: 1;
  }
}

@keyframes minimize {
  0% {
    transform: scaleX(1) scaleY(1);
  }

  to {
    transform: scaleX(.8) scaleY(.8);
  }
}

@keyframes sizechange {
  0% {
    font-size: 1rem;
  }

  to {
    font-size: .75rem;
  }
}

@keyframes opac {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animatefromright {
  0% {
    left: 100%;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.header-root .o-animations--fading {
  animation: fading 1s forwards;
}

.header-root .o-animations--fading-slow {
  animation: fading 2s forwards;
}

.header-root .o-animations--outfading {
  animation: outfading 1s forwards;
}

.header-root .o-animations--opacity {
  animation: opac .8s;
}

.header-root .o-animations--un-opacity {
  animation: un-opac .8s;
}

.header-root .o-animations--show-from-top {
  animation: animatefromtop .4s;
}

.header-root .o-animations--show-from-left {
  position: relative;
  animation: animatefromleft .4s;
}

.header-root .o-animations--show-from-right {
  position: relative;
  animation: animatefromright .4s;
}

.header-root .o-animations--show-from-bottom {
  position: relative;
  animation: animatefrombottom .4s;
}

.header-root .o-animations--hide-left {
  position: relative;
  animation: animatehideleft 1s forwards;
}

.header-root .o-animations--hidden-to-top {
  animation: animatetotop .4s forwards;
}

.header-root .o-animations--hidden-to-bottom {
  position: relative;
  animation: animatetobottom .4s forwards;
}

.header-root .o-animations--slide-right {
  animation: animatetoright-slide .8s forwards;
}

.header-root .o-animations--slide-left {
  animation: animatetoleft-slide .8s forwards;
}

.header-root .o-animations--zoom {
  animation: animatezoom .6s;
}

.header-root .o-animations--bounce-out {
  animation: bounce-out .4s;
}

.header-root .menuSectionContainer .main-menu__item :hover svg,
.header-root .o-animations--minimize {
  animation: minimize .4s forwards;
}

.header-root .o-animations--input {
  transition: width .4s ease-in-out;
}

.header-root .o-animations--input:focus {
  width: 100%!important;
}

.header-root .o-animations--colorchange {
  animation: colorchange .4s forwards;
  -webkit-animation: colorchange .4s forwards;
}

.header-root .o-animations--sizechange {
  animation: sizechange .4s forwards;
  -webkit-animation: sizechange .4s forwards;
}

.header-root .menuSectionContainer .slick-slider .slick-track .CustomLink {
  overflow: hidden;
  outline: none;
}

.header-root .menuSectionContainer .slick-list {
  width: 100%;
}

.header-root .menuSectionContainer .slick-slider .slick-track {
  display: flex;
  justify-content: center;
}

@media screen and (min-width:1260px) {
  .header-root .menuSectionContainer .slick-slider .slick-track {
    justify-content: flex-end;
  }
}

.header-root .menuSectionContainer .slick-slider .slick-track .list-link__item {
  outline: none;
}

.header-root .menuSectionContainer .list-link.slick-track-noSlide .slick-track {
  width: 100%!important;
  text-align: center;
  display: flex;
  transform: inherit!important;
}

.header-root .menuSectionContainer .list-link .slick-slider .slick-slide {
  float: none;
  display: inline-block;
}

.header-root .menuSectionContainer .list-link .button--header--enable {
  background-color: rgba(49,50,53,.3);
  border-color: transparent!important;
}

@media screen and (min-width:768px) {
  .header-root .menuSectionContainer .list-link.slick-track-noSlide-desktop .slick-list {
    width: inherit;
  }

  .header-root .menuSectionContainer .list-link .slick-slide .slick-track {
    width: 100%!important;
    text-align: left;
  }

  .header-root .menuSectionContainer .list-link .slick-slide:first-child .list-link__item {
    padding-left: 0;
  }

  .header-root .menuSectionContainer .list-link .slick-slide:last-child .list-link__item {
    padding-right: 0;
  }

  .header-root .menuSectionContainer .list-link .button--header--enable {
    background-color: #019df4;
    border-color: #019df4;
  }
}

@media screen and (min-width:1260px) {
  .header-root .menuSectionContainer .list-link .slick-slider .slick-track {
    text-align: right!important;
    width: 100%!important;
  }

  .header-root .menuSectionContainer .list-link .slick-slider .slick-list {
    float: right;
    display: block;
  }

  .header-root .menuSectionContainer .list-link.slick-track-noSlide-desktop .slick-track {
    transform: inherit!important;
  }
}

.header-root .menuSectionContainer .main-menu__box .slick-list {
  max-height: 100px;
}

.header-root .menuSectionContainer .main-menu {
  position: relative;
  width: 100%;
  animation: animatefromright .8s;
}

.header-root .menuSectionContainer .main-menu__box {
  display: block;
  clear: both;
  content: "";
  display: flex;
  justify-content: space-between;
}

.header-root .menuSectionContainer .main-menu__box:after {
  display: block;
  clear: both;
  content: "";
}

.header-root .menuSectionContainer .main-menu__item {
  padding: .5rem .625rem .125rem;
  text-align: center;
  flex-basis: 100%;
  max-width: 5rem;
}

.header-root .menuSectionContainer .main-menu__item .svgIL_label {
  margin-top: 10px;
  line-height: normal;
}

.header-root .menuSectionContainer .main-menu__item svg {
  fill: #313235!important;
}

.header-root .menuSectionContainer .main-menu__item :hover {
  font-family: TelefonicaRegular,Arial,Helvetica;
  text-decoration: none;
}

.header-root .menuSectionContainer .main-menu__item :hover svg {
  fill: #999!important;
  display: inline-block;
}

.header-root .menuSectionContainer .main-menu__link {
  display: block;
  font-size: .75rem;
  text-align: center;
  color: #86888c;
}

.header-root .menuSectionContainer .main-menu__link:hover {
  color: #000;
}

.header-root .menuSectionContainer .main-menu__link.slick-arrow:before {
  display: none;
}

.header-root .menuSectionContainer .main-menu__text {
  font-family: TelefonicaRegular,Arial,Helvetica;
  font-size: .75rem;
}

.header-root .menuSectionContainer .main-menu__icon,
.header-root .menuSectionContainer .main-menu svg {
  display: inline-block;
  font-size: 2rem;
  color: #000;
  width: 100%;
}

.header-root .menuSectionContainer .main-menu ::-webkit-scrollbar {
  height: .3125rem;
  display: none;
}

.header-root .menuSectionContainer .main-menu ::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 1.25rem;
  height: .3125rem;
}

.header-root .menuSectionContainer .main-menu ::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 1.25rem;
  height: .3125rem;
}

.header-root .menuSectionContainer .main-menu ::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.header-root .menuSectionContainer .main-menu:hover ::-webkit-scrollbar {
  display: block;
}

@media screen and (min-width:768px) {
  .header-root .menuSectionContainer .main-menu {
    padding-left: 16.66667%;
  }

  .header-root .menuSectionContainer .main-menu__box {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding-right: 1rem;
    margin-left: 8.33333%!important;
    width: 91.66667%;
  }

  .header-root .menuSectionContainer .main-menu__item {
    flex-basis: 100%;
  }

  .header-root .menuSectionContainer .main-menu__btn {
    display: none;
  }
}

@media screen and (min-width:1260px) {
  .header-root .menuSectionContainer .main-menu {
    margin-left: inherit;
  }

  .header-root .menuSectionContainer .main-menu__box {
    min-width: 56rem;
  }
}

.header-root .menuSectionContainer .section-menu {
  position: relative;
  background-color: #019df4;
  display: block;
  clear: both;
  content: "";
}

.header-root .menuSectionContainer .section-menu:after {
  display: block;
  clear: both;
  content: "";
}

.header-root .menuSectionContainer .section-menu__container {
  padding-right: 0;
  padding-left: 0;
}

.header-root .menuSectionContainer .section-menu__box01 {
  width: 100%;
  padding: .75rem 1rem;
  min-height: 3rem;
  align-items: start;
  display: flex;
  justify-content: center;
}

.header-root .menuSectionContainer .section-menu__box02 {
  position: relative;
}

.header-root .menuSectionContainer .section-menu__box02 .slick-slider {
  padding-right: 0;
  padding-left: 0;
}

.header-root .menuSectionContainer .section-menu__scroll {
  display: flex;
  justify-content: space-around;
  overflow-x: scroll;
  margin: 0 auto;
  width: 100%;
}

.header-root .menuSectionContainer .section-menu__back {
  position: absolute;
  top: .5rem;
  left: 0;
  padding: .5rem;
  margin-left: .1875rem;
  fill: #fff;
}

.header-root .menuSectionContainer .section-menu__back:hover {
  opacity: .7;
}

.header-root .menuSectionContainer .section-menu__title {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-family: TelefonicaLight,Arial,Helvetica;
  color: #fff;
  text-align: center;
  line-height: 1.375rem;
  width: 100%;
}

.header-root .menuSectionContainer .section-menu__title--left {
  text-align: left;
}

.header-root .menuSectionContainer .section-menu .menuSection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
  min-height: 3rem;
}

@media screen and (min-width:768px) {
  .header-root .menuSectionContainer .section-menu {
    background-color: #fff;
    min-width: auto;
  }

  .header-root .menuSectionContainer .section-menu__container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .header-root .menuSectionContainer .section-menu__box01 {
    justify-content: start;
    padding: .75rem 0;
    margin-left: 16.66667%;
    width: 83.33333%;
    box-sizing: border-box;
    min-height: 5rem;
  }

  .header-root .menuSectionContainer .section-menu__box01 svg {
    fill: #000!important;
  }

  .header-root .menuSectionContainer .section-menu__box02 {
    padding-left: 0;
    margin: inherit!important;
    margin-left: 16.66667%!important;
    width: 83.33333%;
  }

  .header-root .menuSectionContainer .section-menu__back {
    top: 1.25rem;
    color: #86888c;
    fill: #86888c;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: .625rem;
  }

  .header-root .menuSectionContainer .section-menu__title {
    padding-left: 0;
    font-size: 2.25rem;
    font-family: TelefonicaThin,Arial,Helvetica;
    color: #499010;
    text-align: left;
    line-height: 2.9375rem;
  }

  .header-root .menuSectionContainer .section-menu .menuSection {
    position: relative;
  }
}

@media screen and (min-width:1260px) {
  .header-root .menuSectionContainer .section-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .header-root .menuSectionContainer .section-menu .menuSection {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .header-root .menuSectionContainer .section-menu__box01 {
    min-height: 5rem;
  }

  .header-root .menuSectionContainer .section-menu__box01 svg {
    fill: #000!important;
  }

  .header-root .menuSectionContainer .section-menu__box01.amplifyWidth {
    width: auto;
  }

  .header-root .menuSectionContainer .section-menu__box02 {
    display: inline-block;
    width: 58.33333%;
    margin-left: 0!important;
  }
}

.header-root .menuSectionContainer .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.header-root .menuSectionContainer .simple-slider {
  position: relative;
  margin: 0 auto;
}

.header-root .menuSectionContainer .simple-slider.container {
  padding: 0;
}

.header-root .menuSectionContainer .simple-slider .slick-slide div {
  text-align: center;
}

.header-root .menuSectionContainer .simple-slider--active {
  margin-bottom: .125rem;
}

.header-root .menuSectionContainer .simple-slider--active .simple-slider__btn {
  display: block;
}

@media screen and (min-width:768px) {
  .header-root .menuSectionContainer .simple-slider--active .simple-slider__container {
    background-color: #fff;
  }
}

.header-root .menuSectionContainer .simple-slider .simple-slider {
  position: relative;
}

.header-root .menuSectionContainer .simple-slider .simple-slider--active {
  margin-bottom: .125rem;
}

.header-root .menuSectionContainer .simple-slider .simple-slider--active .simple-slider__btn {
  display: block;
}

.header-root .menuSectionContainer .simple-slider .simple-slider--active.simple-slider--right .simple-slider__btn--right {
  display: none;
}

.header-root .menuSectionContainer .simple-slider .simple-slider--active.simple-slider--left .simple-slider__btn--right,
.header-root .menuSectionContainer .simple-slider .simple-slider--active.simple-slider--right .simple-slider__btn--left {
  display: block;
}

.header-root .menuSectionContainer .simple-slider .simple-slider--active.simple-slider--left .simple-slider__btn--left {
  display: none;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__btn {
  display: none;
  padding: 0 .5rem;
  position: absolute;
  top: 0;
  font-size: 0;
  color: transparent;
  border: none;
  background: #fff;
  height: 94%;
  cursor: pointer;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__btn:hover:before {
  opacity: .7;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__btn:before {
  display: block;
  color: #313235;
  font-size: 1rem;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__btn--blue {
  background-color: #019df4;
  color: #fff;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__btn--blue:before {
  color: #fff;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__btn--left {
  left: 0;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__btn--right {
  right: 0;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__content {
  margin-right: auto;
  margin-left: auto;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__content--left {
  left: 0;
}

.header-root .menuSectionContainer .simple-slider .simple-slider__content--right {
  right: 0;
}

.header-root .menuSectionContainer .simple-slider__content {
  margin-right: auto;
  margin-left: auto;
}

.header-root .menuSectionContainer .simple-slider__content .slick-list,
.header-root .menuSectionContainer .simple-slider__content .slick-slider,
.header-root .menuSectionContainer .simple-slider__content .slick-track {
  position: relative;
  display: block;
}

.header-root .menuSectionContainer .simple-slider__content .slick-track {
  display: flex;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-list,
.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.header-root .menuSectionContainer .simple-slider__content .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider {
  position: relative;
  width: 100%;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-next,
.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
  top: 0;
  transform: none;
  width: 2.5rem;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
  background-color: #fff;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-next .svgIL,
.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-prev .svgIL {
  top: 40%;
  fill: #313235;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-prev {
  left: 0;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-next {
  right: 0;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-initialized .slick-slide {
  display: block;
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-track {
  top: 0;
  left: 0;
}

@media screen and (min-width:768px) {
  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-track {
    width: 100%;
  }
}

.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-next:before,
.header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #2a2a3c;
}

.header-root .menuSectionContainer .simple-slider__content .slick-next:before,
.header-root .menuSectionContainer .simple-slider__content .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-root .menuSectionContainer .simple-slider__frame {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

.header-root .menuSectionContainer .simple-slider--fine .simple-slider__frame {
  height: 3rem;
}

.header-root .menuSectionContainer .simple-slider--strong .simple-slider__frame {
  height: 5.1875rem;
}

.header-root .menuSectionContainer .simple-slider--strong__frame {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

.header-root .menuSectionContainer .simple-slider--strong--fine .simple-slider__frame {
  height: 3rem;
}

.header-root .menuSectionContainer .simple-slider--strong--strong .simple-slider__frame {
  height: 5.1875rem;
}

@media screen and (min-width:768px) {
  .header-root .menuSectionContainer .simple-slider--strong {
    min-width: inherit;
  }

  .header-root .menuSectionContainer .simple-slider--strong__frame {
    overflow: inherit;
    min-width: inherit;
    display: block;
    clear: both;
    content: "";
  }

  .header-root .menuSectionContainer .simple-slider--strong__frame:after {
    display: block;
    clear: both;
    content: "";
  }

  .header-root .menuSectionContainer .simple-slider--strong__frame--fine .simple-slider__content {
    position: inherit;
    right: inherit;
    float: right;
    width: 100%;
  }

  .header-root .menuSectionContainer .simple-slider--strong__content {
    padding: 0;
    width: 36rem;
  }

  .header-root .menuSectionContainer .simple-slider--strong__btn {
    display: none;
  }

  .header-root .menuSectionContainer .simple-slider--strong--left .simple-slider__content,
  .header-root .menuSectionContainer .simple-slider--strong--right .simple-slider__content {
    padding: 0;
    position: inherit;
    left: inherit;
    right: inherit;
    animation: inherit;
  }

  .header-root .menuSectionContainer .simple-slider--strong--left .simple-slider__btn,
  .header-root .menuSectionContainer .simple-slider--strong--right .simple-slider__btn {
    display: none;
  }
}

@media screen and (min-width:1260px) {
  .header-root .menuSectionContainer .simple-slider--strong {
    width: inherit;
  }

  .header-root .menuSectionContainer .simple-slider--strong--fine {
    height: inherit;
  }
}

.header-root .menuSectionContainer .simple-slider .header__menu {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .header-root .menuSectionContainer .simple-slider .slick-slide div {
    text-align: left;
  }

  .header-root .menuSectionContainer .simple-slider.container {
    padding-right: 0;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-list,
  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-track {
    text-align: left;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-slider {
    padding-left: .3125rem;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-prev {
    left: -.25rem;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-next {
    right: -.5rem;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-next,
  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-prev {
    width: 2.5rem;
    background-color: #fff;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-track {
    display: inline-block;
  }
}

@media screen and (min-width:1260px) {
  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-list,
  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-track {
    text-align: inherit;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-slider .slick-next {
    right: 2.5rem;
  }

  .header-root .menuSectionContainer .simple-slider__content .slick-track {
    display: flex;
  }
}

.header-root .priority .menuSectionContainer .section-menu__container {
  background-color: #002e44;
}

.header-root .priority .menuSectionContainer .section-menu .list-link .button--header--enable {
  background-color: rgba(1,157,244,.4)!important;
  border-color: transparent;
}

@media screen and (min-width:768px) {
  .header-root .priority .menuSectionContainer .section-menu__container {
    background-color: #fff;
  }

  .header-root .priority .menuSectionContainer .section-menu .list-link .button--header--enable {
    background-color: #019df4;
    border-color: #019df4;
  }
}

.header-root .collapse-layer {
  position: relative;
  padding-top: .625rem;
  width: 100vw;
  overflow: auto;
}

.header-root .collapse-layer__container {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  background-color: #fff;
}

.header-root .collapse-layer__footer {
  padding-top: 1rem;
  border-top: .0625rem solid #999;
}

.header-root .collapse-layer__item .svgIL_label {
  padding: .375rem 1rem;
  font-size: .875rem;
}

.header-root .collapse-layer__item:hover .svgIL_label {
  position: relative;
  animation: animateslideleftsoft .4s forwards;
}

@keyframes animateslideleftsoft {
  0% {
    right: 0;
  }

  to {
    right: 10px;
  }
}

.header-root .actionbar {
  position: fixed;
  z-index: 25;
  bottom: 0;
  left: 0;
  flex-direction: row;
  justify-content: center;
  display: flex;
  width: 100%;
  min-width: 360px;
  -webkit-box-shadow: 0 -.375rem .75rem rgba(0,0,0,.1);
  box-shadow: 0 -.375rem .75rem rgba(0,0,0,.1);
}

.header-root .actionbar .svgIL_label {
  padding-top: .25rem;
  line-height: .6875rem;
}

.header-root .actionbar .o-justify--equals {
  flex-direction: row;
  justify-content: space-between!important;
  overflow-x: auto;
}

.header-root .actionbar__box {
  display: flex;
  align-items: start;
  padding-top: .5rem;
  padding-right: .625rem;
  padding-left: .625rem;
  background-color: #fff;
  opacity: .95;
  width: 100%;
  min-height: 4rem;
}

.header-root .actionbar__item {
  font-size: .625rem;
  color: #999;
  text-align: center;
  min-width: 4.0625rem;
  background: transparent;
  border: none;
}

.header-root .actionbar__item:hover .svgIL {
  opacity: .7;
  cursor: pointer;
}

.header-root .actionbar__item--selected {
  color: #019df4;
}

.header-root .actionbar__item--selected svg {
  fill: #019df4!important;
}

.header-root .actionbar__col-btn {
  height: 100%;
}

.header-root .actionbar__col-btn:hover {
  opacity: .7;
  cursor: pointer;
}

.header-root .actionbar__col-btn .actionbar__item {
  height: 100%;
}

.header-root .actionbar__col-item {
  display: none;
  display: inline-block;
  padding: 1rem;
  width: 100%;
  text-align: left;
}

.header-root .actionbar__col-item .actionbar__logo,
.header-root .actionbar__col-item .actionbar__text {
  float: left;
}

.header-root .actionbar__col-item .actionbar__text {
  padding: .375rem 1rem;
  font-size: .875rem;
}

.header-root .actionbar__col-item:hover .actionbar__text {
  position: relative;
  animation: animateslideleft .4s forwards;
}

.header-root .actionbar__col-layer .actionbar__col-item,
.header-root .actionbar__text {
  display: inline-block;
}

.header-root .actionbar__text {
  font-family: TelefonicaRegular,Arial,Helvetica;
}

.header-root .actionbar__logo {
  display: block;
  font-size: 1.375rem;
  line-height: 1;
}

.header-root .actionbar__container {
  animation: none;
  position: relative;
  fill: #000;
}

.header-root .priority .actionbar__item--selected {
  color: #002e44;
}

.header-root .priority .actionbar__item--selected svg,
.header-root .priority .actionbar__item--selected svg path {
  fill: #002e44!important;
}

@keyframes bounce-out {
  0% {
    transform: scaleX(1) scaleY(1);
  }

  to {
    transform: scaleX(.7) scaleY(.7);
  }
}

.header-root .xux-header .container {
  max-width: 100%!important;
}

@media screen and (min-width:768px) {
  .header-root .xux-header .container {
    max-width: 980px!important;
  }
}

@media screen and (min-width:1260px) {
  .header-root .xux-header .container {
    max-width: 1260px!important;
  }
}

.header-root .xux-header .main-header {
  z-index: 30;
  height: inherit;
}

.header-root .xux-header .main-header__box {
  position: relative;
  height: 3.375rem;
  background-color: #fff;
  border-top: .125rem solid #fff;
  border-bottom: 1px solid #eee;
}

.header-root .xux-header .main-header.sticked .fc-scroll-up {
  position: fixed;
  top: 0;
  width: 100%;
  animation: appearActionBar .3s linear forwards!important;
}

.header-root .xux-header .main-header.sticked .fc-scroll-up.hiddenHeaderClass {
  animation: disAppearActionBar .3s linear forwards!important;
}

.header-root .xux-header .main-header.sticked.noAppearAnimation .fc-scroll-up {
  animation: unset!important;
}

.header-root .xux-header .main-header.sticked.sticked2 .fc-scroll-up.hiddenHeaderClass {
  animation: disAppearActionBar .3s linear forwards!important;
}

.header-root .xux-header .main-header.sticked.sticked2 .fc-scroll-up {
  animation: appearActionBar .3s linear forwards!important;
  z-index: 25;
}

.header-root .xux-header .main-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  justify-content: space-between;
}

.header-root .xux-header .main-header__logo {
  display: inline-block;
  fill: #019df4;
}

.header-root .xux-header .main-header__logo:hover {
  opacity: .7;
}

.header-root .xux-header .main-header__icon {
  font-size: 2.25rem;
}

.header-root .xux-header .main-header__icon:before {
  padding-top: .75rem;
  display: inline-block;
}

.header-root .xux-header .main-header__title {
  font-size: 1.125rem;
  font-family: TelefonicaRegular,Arial,Helvetica;
}

.header-root .xux-header .main-header__btn,
.header-root .xux-header .main-header__link {
  display: none;
}

.header-root .xux-header .main-header--item-01 {
  order: 1;
  text-align: left;
}

.header-root .xux-header .main-header--item-02 {
  order: 2;
  position: inherit;
}

.header-root .xux-header .main-header--item-03 {
  order: 3;
}

.header-root .xux-header .main-header__menu {
  z-index: 24;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.header-root .xux-header .main-header-notifications__hidden,
.header-root .xux-header .main-header .o-closed-sm,
.header-root .xux-header .main-header .o-closed-xs {
  display: none;
}

@media screen and (min-width:768px) {
  .header-root .xux-header .main-header.sticked {
    width: 100%;
  }

  .header-root .xux-header .main-header.sticked .main-header__box {
    z-index: 25;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .header-root .xux-header .main-header.sticked .fc-scroll-up {
    top: 110px;
  }

  .header-root .xux-header .main-header.sticked.sticked2 .main-header__box {
    position: relative;
    display: block;
    top: auto;
  }

  .header-root .xux-header .main-header.sticked.sticked2 .fc-scroll-up {
    position: fixed;
    top: 0;
  }

  .header-root .xux-header .main-header__box {
    display: block!important;
    height: 6.875rem;
    border-color: #eee;
  }

  .header-root .xux-header .main-header__back {
    height: 2rem;
    background-color: #f5f5f5;
  }

  .header-root .xux-header .main-header__container {
    position: relative;
    padding-top: 2rem!important;
    height: 7rem;
  }

  .header-root .xux-header .main-header__icon {
    font-size: 2.75rem;
  }

  .header-root .xux-header .main-header__title {
    padding-top: .125rem;
  }

  .header-root .xux-header .main-header__btn {
    display: block;
  }

  .header-root .xux-header .main-header--item-01 {
    order: 2;
  }

  .header-root .xux-header .main-header--item-02 {
    order: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header-root .xux-header .main-header--item-03 {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0!important;
    padding-left: 0!important;
  }

  .header-root .xux-header .main-header__menu {
    max-width: none;
  }

  .header-root .xux-header .main-header .closed .o-closed-sm,
  .header-root .xux-header .main-header .closed .o-closed-xs {
    display: block;
  }
}

@media screen and (min-width:1260px) {
  .header-root .xux-header .main-header__logo {
    width: 10.3125rem;
  }

  .header-root .xux-header .main-header__logo .svgIL svg {
    display: block!important;
    fill: #019df4;
    width: 10.3125rem;
    height: 2rem;
  }

  .header-root .xux-header .main-header__logo .svgIL svg:before {
    display: none;
  }

  .header-root .xux-header .main-header__menu {
    max-width: none;
  }

  .header-root .xux-header .main-header__box {
    display: block;
  }

  .header-root .xux-header .main-header .d-xl-none {
    display: none;
  }

  .header-root .xux-header .main-header .d-xl-inline-block {
    display: inline-block;
  }

  .header-root .xux-header .main-header .d-xl-inline {
    display: inline;
  }

  .header-root .xux-header .main-header .d-xl-block {
    display: block;
  }
}

.header-root .xux-header .actionbar {
  animation: appearActionBar .3s linear forwards!important;
}

.header-root .xux-header .actionbar.hiddenHeaderClass {
  animation: disAppearActionBar .3s linear forwards!important;
}

.header-root .xux-header .closed .main-header__box {
  border-top-color: #5cb615;
}

.header-root .xux-header .closed [class^="--open"] {
  display: none;
}

.header-root .xux-header .closed [class^=closed] {
  display: block;
}

.header-root .xux-header .closed .main-header__logo .svgIL svg {
  fill: #019df4;
}

.header-root .xux-header .closed .main-header__btn {
  display: none;
}

@media screen and (min-width:768px) {
  .header-root .xux-header .closed .main-header__title {
    padding-right: .625rem;
    float: left;
    max-width: 5.625rem;
  }

  .header-root .xux-header .closed .main-header__link {
    display: inline-block;
  }
}

@media screen and (min-width:1260px) {
  .header-root .xux-header .closed .main-header__title {
    padding-top: inherit;
    max-width: inherit;
  }

  .header-root .xux-header .closed .main-header__logo .svgIL svg {
    filter: hue-rotate(120deg);
  }

  .header-root .xux-header .closed .main-header--item-03>:nth-child(3) {
    margin-left: inherit;
    margin-right: auto;
  }
}

.header-root .xux-header .closed.priority .main-header__back {
  background-color: #002e44;
}

.header-root .xux-header .closed.priority .list-link__icon {
  color: #fff;
}

.header-root .xux-header .priority .main-header__box {
  border-top-color: #002e44;
}

.header-root .xux-header__item {
  float: left;
  margin-left: .4375rem;
  margin-right: .4375rem;
}

.header-root .xux-header .svgIL_label {
  font-family: TelefonicaRegular,Arial,Helvetica;
}

.header-root .xux-header .svgIL svg {
  font-size: 1.5rem;
  color: #2a2a3c;
}

.header-root .xux-header--section {
  padding-top: .5rem;
  padding-bottom: .5rem;
  animation: inherit!important;
}

.header-root .xux-header--section .list-link__link {
  font-size: .875rem;
  color: #fff;
}

.header-root .xux-header .list-link {
  display: flex;
  justify-content: center;
}

.header-root .xux-header .list-link__link {
  font-size: 1.125rem;
  color: #999;
}

.header-root .xux-header .list-link__link:hover {
  opacity: .7;
}

.header-root .xux-header .list-link__item {
  float: left;
  padding-left: .4375rem;
  padding-right: .4375rem;
}

.header-root .xux-header .list-link .svgIL_label {
  display: none;
  font-family: TelefonicaRegular,Arial,Helvetica;
}

.header-root .xux-header .list-link .svgIL svg {
  font-size: 1.5rem;
  color: #2a2a3c;
  fill: #86888c;
}

.header-root .xux-header .list-link--section {
  align-items: center;
  min-height: 3rem;
}

.header-root .xux-header .list-link--section .list-link__link {
  font-size: .875rem;
  color: #fff;
}

@media screen and (min-width:768px) {
  .header-root .xux-header .list-link {
    display: block;
    clear: both;
    content: "";
    display: flex;
    justify-content: flex-start;
  }

  .header-root .xux-header .list-link:after {
    display: block;
    clear: both;
    content: "";
  }

  .header-root .xux-header .list-link__item {
    padding: .125rem 1.25rem .125rem .5rem;
  }

  .header-root .xux-header .list-link .svgIL_label {
    display: inline-block;
    padding-right: .5rem;
  }

  .header-root .xux-header .list-link .svgIL svg {
    font-size: 1rem;
    width: 1rem!important;
    height: 1rem!important;
  }

  .header-root .xux-header .list-link--section .list-link {
    padding: 0;
  }

  .header-root .xux-header .list-link--section .list-link__item {
    padding-right: .625rem;
  }
}

@media screen and (min-width:1260px) {
  .header-root .xux-header .list-link__item {
    padding: .125rem 2rem .125rem .5rem;
  }

  .header-root .xux-header .list-link__item:last-child {
    padding-right: .5rem;
  }

  .header-root .xux-header .list-link--section {
    margin-right: inherit;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

@keyframes disAppearActionBar {
  0% {
    opacity: 1;
    display: block;
    --transform: translate(0%);
  }

  99% {
    opacity: 0;
    display: block;
    visibility: hidden;
  }

  to {
    opacity: 0;
    visibility: hidden;
    --transform: translateY(-100%);
  }
}

@keyframes appearActionBar {
  0% {
    opacity: 0;
    display: block;
    --transform: translate(0%);
  }

  to {
    opacity: 1;
    display: block;
    --transform: translateY(-100%);
  }
}

.header-root .headerFake {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: TelefonicaBold;
  src: url(//prod.cms.col.movistar.es/static/fonts/Telefonica-Bold.woff) format("woff"),url(//prod.cms.col.movistar.es/static/fonts/Telefonica-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TelefonicaLight;
  src: url(//prod.cms.col.movistar.es/static/fonts/Telefonica-Light.woff) format("woff"),url(//prod.cms.col.movistar.es/static/fonts/Telefonica-Light.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TelefonicaThin;
  src: url(//prod.cms.col.movistar.es/static/fonts/TelefonicaWeb-Thin.woff) format("woff"),url(//prod.cms.col.movistar.es/static/fonts/TelefonicaWeb-Thin.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TelefonicaHand;
  src: url(//prod.cms.col.movistar.es/static/fonts/TelefonicaWeb-Hand.woff) format("woff"),url(//prod.cms.col.movistar.es/static/fonts/TelefonicaWeb-Hand.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TelefonicaRegular;
  src: url(//prod.cms.col.movistar.es/static/fonts/Telefonica-Regular.woff) format("woff"),url(//prod.cms.col.movistar.es/static/fonts/Telefonica-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.header-root body,
.header-root html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: TelefonicaLight,Arial,Helvetica;
  overflow-x: hidden;
}

.header-root *,
.header-root :after,
.header-root :before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-root a {
  text-decoration: none;
}

.header-root body,
.header-root html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  cursor: default;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .header-root body {
    overflow-y: hidden;
  }

  .header-root html {
    overflow-y: auto;
  }
}

.header-root blockquote,
.header-root body,
.header-root dd,
.header-root dl,
.header-root figcaption,
.header-root figure,
.header-root h1,
.header-root h2,
.header-root h3,
.header-root h4,
.header-root li,
.header-root ol,
.header-root p,
.header-root ul {
  margin: 0;
  font-weight: 400;
}

.header-root ol,
.header-root ul {
  list-style: none;
}

.header-root button,
.header-root input,
.header-root select,
.header-root textarea {
  font: inherit;
}

.header-root embed,
.header-root iframe,
.header-root img,
.header-root object,
.header-root video {
  display: block;
  height: auto;
  max-width: 100%;
}

.header-root audio {
  max-width: 100%;
}

.header-root iframe {
  border: 0;
}

.header-root table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header-root td,
.header-root th {
  padding: 0;
  text-align: left;
}

.header-root .xux-header .container {
  position: relative;
  width: 100%;
  min-width: 360px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:768px) {
  .header-root .container {
    max-width: 980px;
  }
}

@media screen and (min-width:1260px) {
  .header-root .container {
    max-width: 1260px;
  }
}

.header-root .row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.header-root .col-flex,
.header-root .col-lg-1,
.header-root .col-lg-2,
.header-root .col-lg-3,
.header-root .col-lg-4,
.header-root .col-lg-5,
.header-root .col-lg-6,
.header-root .col-lg-7,
.header-root .col-lg-8,
.header-root .col-lg-9,
.header-root .col-lg-10,
.header-root .col-lg-11,
.header-root .col-lg-12,
.header-root .col-sm-1,
.header-root .col-sm-2,
.header-root .col-sm-3,
.header-root .col-sm-4,
.header-root .col-sm-5,
.header-root .col-sm-6,
.header-root .col-sm-7,
.header-root .col-sm-8,
.header-root .col-sm-9,
.header-root .col-sm-10,
.header-root .col-sm-11,
.header-root .col-sm-12,
.header-root .col-xs-1,
.header-root .col-xs-2,
.header-root .col-xs-3,
.header-root .col-xs-4,
.header-root .col-xs-5,
.header-root .col-xs-6,
.header-root .col-xs-7,
.header-root .col-xs-8,
.header-root .col-xs-9,
.header-root .col-xs-10,
.header-root .col-xs-11,
.header-root .col-xs-12 {
  min-height: 1px;
  padding-left: .25rem;
  padding-right: .25rem;
}

.header-root .col-flex {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.header-root .col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.header-root .col-xs-1,
.header-root .col-xs-2 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.header-root .col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.header-root .col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.header-root .col-xs-3,
.header-root .col-xs-4 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.header-root .col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.header-root .col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.header-root .col-xs-5,
.header-root .col-xs-6 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.header-root .col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.header-root .col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.header-root .col-xs-7,
.header-root .col-xs-8 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.header-root .col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.header-root .col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.header-root .col-xs-9,
.header-root .col-xs-10 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.header-root .col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.header-root .col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.header-root .col-xs-11,
.header-root .col-xs-12 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.header-root .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.header-root .off-xs-1 {
  margin-left: 8.33333%;
}

.header-root .off-xs-2 {
  margin-left: 16.66667%;
}

.header-root .off-xs-3 {
  margin-left: 25%;
}

.header-root .off-xs-4 {
  margin-left: 33.33333%;
}

.header-root .off-xs-5 {
  margin-left: 41.66667%;
}

.header-root .off-xs-6 {
  margin-left: 50%;
}

.header-root .off-xs-7 {
  margin-left: 58.33333%;
}

.header-root .off-xs-8 {
  margin-left: 66.66667%;
}

.header-root .off-xs-9 {
  margin-left: 75%;
}

.header-root .off-xs-10 {
  margin-left: 83.33333%;
}

.header-root .off-xs-11 {
  margin-left: 91.66667%;
}

.header-root .off-xs-reset {
  margin-left: 0;
}

@media only screen and (min-width:768px) {
  .header-root .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .header-root .col-sm-1,
  .header-root .col-sm-2 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .header-root .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .header-root .col-sm-3,
  .header-root .col-sm-4 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .header-root .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .header-root .col-sm-5,
  .header-root .col-sm-6 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .header-root .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .header-root .col-sm-7,
  .header-root .col-sm-8 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .header-root .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .header-root .col-sm-9,
  .header-root .col-sm-10 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .header-root .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .header-root .col-sm-11,
  .header-root .col-sm-12 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .header-root .off-sm-1 {
    margin-left: 8.33333%;
  }

  .header-root .off-sm-2 {
    margin-left: 16.66667%;
  }

  .header-root .off-sm-3 {
    margin-left: 25%;
  }

  .header-root .off-sm-4 {
    margin-left: 33.33333%;
  }

  .header-root .off-sm-5 {
    margin-left: 41.66667%;
  }

  .header-root .off-sm-6 {
    margin-left: 50%;
  }

  .header-root .off-sm-7 {
    margin-left: 58.33333%;
  }

  .header-root .off-sm-8 {
    margin-left: 66.66667%;
  }

  .header-root .off-sm-9 {
    margin-left: 75%;
  }

  .header-root .off-sm-10 {
    margin-left: 83.33333%;
  }

  .header-root .off-sm-11 {
    margin-left: 91.66667%;
  }

  .header-root .off-sm-reset {
    margin-left: 0;
  }

  .header-root .col-flex {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

@media only screen and (min-width:1260px) {
  .header-root .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .header-root .col-lg-1,
  .header-root .col-lg-2 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .header-root .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .header-root .col-lg-3,
  .header-root .col-lg-4 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .header-root .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .header-root .col-lg-5,
  .header-root .col-lg-6 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .header-root .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .header-root .col-lg-7,
  .header-root .col-lg-8 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .header-root .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .header-root .col-lg-9,
  .header-root .col-lg-10 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .header-root .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .header-root .col-lg-11,
  .header-root .col-lg-12 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .header-root .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .header-root .off-lg-1 {
    margin-left: 8.33333%;
  }

  .header-root .off-lg-2 {
    margin-left: 16.66667%;
  }

  .header-root .off-lg-3 {
    margin-left: 25%;
  }

  .header-root .off-lg-4 {
    margin-left: 33.33333%;
  }

  .header-root .off-lg-5 {
    margin-left: 41.66667%;
  }

  .header-root .off-lg-6 {
    margin-left: 50%;
  }

  .header-root .off-lg-7 {
    margin-left: 58.33333%;
  }

  .header-root .off-lg-8 {
    margin-left: 66.66667%;
  }

  .header-root .off-lg-9 {
    margin-left: 75%;
  }

  .header-root .off-lg-10 {
    margin-left: 83.33333%;
  }

  .header-root .off-lg-11 {
    margin-left: 91.66667%;
  }

  .header-root .off-lg-reset {
    margin-left: 0;
  }

  .header-root .col-flex {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.header-root a:focus,
.header-root button:focus,
.header-root input:focus {
  outline-color: #00a9e0;
}

.header-root .regular {
  font-family: TelefonicaRegular,Arial,Helvetica;
}

.header-root .bold {
  font-family: TelefonicaBold,Arial,Helvetica;
}

.header-root .light {
  font-family: TelefonicaThin,Arial,Helvetica;
}

.header-root .hand {
  font-family: TelefonicaHand,Arial,Helvetica;
}

.header-root .hide-acc {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.header-root .container {
  width: 100%;
  min-width: 360px;
  max-width: 1260px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.header-root .section-menu__container {
  padding-right: 0;
  padding-left: 0;
}

.header-root .section-menu .row {
  margin-right: 0;
  margin-left: 0;
}

.header-root .d-xs-none {
  display: none;
}

.header-root .d-xs-inline-block {
  display: inline-block;
}

.header-root .d-xs-inline {
  display: inline;
}

.header-root .d-xs-block {
  display: block;
}

@media screen and (min-width:768px) {
  .header-root .d-sm-none {
    display: none;
  }

  .header-root .d-sm-inline-block {
    display: inline-block;
  }

  .header-root .d-sm-inline {
    display: inline;
  }

  .header-root .d-sm-block {
    display: block;
  }
}

@media screen and (min-width:1260px) {
  .header-root .d-lg-none {
    display: none;
  }

  .header-root .d-lg-inline-block {
    display: inline-block;
  }

  .header-root .d-lg-inline {
    display: inline;
  }

  .header-root .d-lg-block {
    display: block;
  }
}