@font-face {
  font-family: "Telefonica-Bold";
  src: url("https://ww2.movistar.cl/inicio_optimized_v2/fonts/TelefonicaWeb-Bold.woff") format("woff"), url("../fonts/TelefonicaWeb-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Telefonica-Regular";
  src: url("https://ww2.movistar.cl/inicio_optimized_v2/fonts/TelefonicaWeb-Regular.woff") format("woff"), url("../fonts/TelefonicaWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Telefonica-Light";
  src: url("https://ww2.movistar.cl/inicio_optimized_v2/fonts/TelefonicaWeb-Light.woff") format("woff"), url("../fonts/TelefonicaWeb-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
    font-family: 'Telefonica-ExtraLight';
    src: url("https://ww2.movistar.cl/inicio_optimized_v2/fonts/TelefonicaWeb-ExtraLight.woff") format("woff"),
    url("../fonts/TelefonicaWeb-ExtraLight.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Telefonica-Hand';
    src: url("https://ww2.movistar.cl/inicio_optimized_v2/fonts/TelefonicaWeb-Hand.woff") format("woff"),
    url("../fonts/TelefonicaWeb-Hand.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
.hf-mplay, .hf-addons, .hf-parr_container, .hf-hero_container, .ih-terms_container, .ih-help_container, .ih-speed_container, .ih-smart_container, .ih-fibra_container, .ih-need_container, .mv-breadcrum nav {
  width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}

.mv-breadcrum {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
  transition: all 300ms ease-in-out;
}
.mv-breadcrum:hover a {
  color: #00a9e0;
}
.mv-breadcrum:hover .mv-breadcrum_home {
  background-position: right;
}
.mv-breadcrum nav {
  display: flex;
  flex-wrap: wrap;
}
.mv-breadcrum_home {
  display: block;
  margin: 4px 40px 4px 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-movistar.svg");
  background-position: left;
  background-size: cover;
}
.mv-breadcrum_links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mv-breadcrum_links a {
  margin-right: 0;
  color: #999999;
}
.mv-breadcrum_links a:hover {
  text-decoration: none;
}
.mv-breadcrum_links li {
  color: #999999;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 8px 0;
}
.mv-breadcrum_links li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-right: 2px solid #b3b3b3;
  border-top: 2px solid #b3b3b3;
  left: -23px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

strong, b {
  font-family: "Telefonica-Bold", arial, sans-serif;
}

button {
  outline: 0;
}

.ih-need {
  display: flex;
  justify-content: center;
  padding: 0 15px 50px;
  background-color: #f7f7f7;
}
.ih-need_container {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #dedede;
  text-align: center;
}
.ih-need_container h2 {
  position: relative;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  font: 26px "Telefonica-Regular", arial, sans-serif;
  color: #00a9e0;
  margin-bottom: 0;
  cursor: pointer;
}
.ih-need_container h2:after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  right: -50px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #00a9e0;
  border-right: 2px solid #00a9e0;
  transform: rotate(135deg);
}
.ih-need_container h2.active:after {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.ih-need_wraptoggle {
  display: none;
}
.ih-need_wraptoggle.active {
  display: block;
  animation: slideDown 200ms ease;
}
.ih-need_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  animation: slideDown 200ms ease;
}
.ih-need_content.hidden {
  display: none;
}
.ih-need_col {
  border-radius: 10px;
  padding: 15px 25px;
  border: 1px solid #dedede;
  width: calc((100% / 3) - 15px);
  text-align: center;
}
.ih-need_col > p {
  font: 20px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 30px;
}
.ih-need_col .add {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font: 15px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
}
.ih-need_col .add:not(:first-of-type) {
  padding-top: 40px;
}
.ih-need_col .add:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}
.ih-need_col .add > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(55% - 5px);
}
.ih-need_col .add > span img {
  max-width: 35px;
  width: 100%;
  margin-right: 5px;
}
.ih-need_col .add > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ih-need_col .add > div input {
  width: 40px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #dedede;
  text-align: center;
  font: 20px "Telefonica-Light", arial, sans-serif;
}
.ih-need_col .add > div input::placeholder {
  opacity: 0.5;
}
.ih-need_col .add > div button {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  border-radius: 50px;
  border: 0;
  height: 30px;
  width: 30px;
}
.ih-need_col .add > div button:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  left: calc(50% - 7px);
}
.ih-need_col .add > div button.min {
  background-color: #b3b3b3;
}
.ih-need_col .add > div button.max {
  background-color: #00a9e0;
}
.ih-need_col .add > div button.max:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  left: calc(50% - 7px);
  transform: rotate(90deg);
}
.ih-need_col .add-2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font: 19px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 25px;
  color: #666666;
}
.ih-need_col .add-2 img {
  max-width: 40px;
  width: 100%;
}
.ih-need_col .add-2 input {
  width: 50px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #dedede;
  text-align: center;
  font: 20px "Telefonica-Light", arial, sans-serif;
}
.ih-need_col .add-2 input::placeholder {
  opacity: 0.5;
}
.ih-need_col label {
  position: relative;
  text-align: left;
  display: block;
  padding-left: 40px;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
  margin-bottom: 25px;
  cursor: pointer;
}
.ih-need_col label .checkmark {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  border: 1px solid #dedede;
  border-radius: 50px;
  left: 0;
  top: calc(50% - 13px);
}
.ih-need_col label .checkmark:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 150ms ease;
  border-radius: 50px;
  background-color: #00a9e0;
  height: 18px;
  width: 18px;
  transform: scale(0, 0);
}
.ih-need_col label > input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ih-need_col label > input:checked ~ .checkmark {
  color: #5bc500;
  border: 1px solid #00a9e0;
}
.ih-need_col label > input:checked ~ .checkmark:after {
  transform: scale(1, 1);
}
.ih-need_footer {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.ih-need_footer button {
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #00a9e0;
  color: #ffffff;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  border-radius: 5px;
  border: 1px solid #00a9e0;
  transition: all 200ms ease;
}
.ih-need_footer button:hover {
  color: #00a9e0;
  background-color: rgba(0, 169, 224, 0.1);
}
.ih-need_footer button:focus {
  outline: none;
}
.ih-need_result {
  display: none;
  padding: 0px 20px 40px;
}
.ih-need_result h3 {
  font: 18px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 35px;
  color: #808080;
}
.ih-need_result h3 br {
  display: none;
}
.ih-need_result.active {
  display: block;
  animation: slideDown 200ms ease;
}
.ih-need_result button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font: 18px "Telefonica-Regular", arial, sans-serif;
  color: #00a9e0;
}
.ih-need_result button:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: -10px;
  top: calc(50% - 2px);
  border-right: 1px solid #00a9e0;
  border-bottom: 1px solid #00a9e0;
  transform: rotate(135deg);
}
.ih-need_recommended {
  position: relative;
  border-radius: 10px;
  border: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
.ih-need_recommended .exclusivo-tag {
  background-color: #e9426d;
  color: #ffffff;
  width: 170px;
  border-radius: 50px;
  padding: 5px 20px;
  text-align: center;
  font: 13px "Telefonica-light", arial, sans-serif;
  letter-spacing: 0.5px;
  top: -15px;
  left: calc(50% - 85px);
  position: absolute;
}
.ih-need_item {
  text-align: center;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(33% - 15px);
}
.ih-need_item:not(:last-of-type):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e9eae8;
  top: 0;
  right: -15px;
}
.ih-need_item:nth-of-type(1) h3 {
  font: 24px "Telefonica-Bold", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 20px;
  transition: all 200ms ease;
}
.ih-need_item:nth-of-type(1) h3 span {
  display: block;
  font: 16px "Telefonica-Regular", arial, sans-serif;
}
.ih-need_item:nth-of-type(1) p {
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
  margin-bottom: 0;
}
.ih-need_item:nth-of-type(2) p {
  width: 100%;
  text-align: center;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #000000;
  margin-bottom: 10px;
}
.ih-need_item:nth-of-type(2) figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
}
.ih-need_item:nth-of-type(2) figure img {
  width: 100%;
  max-width: 35px;
  margin-right: 10px;
}
.ih-need_item:nth-of-type(2) figcaption {
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
}
.ih-need_item:nth-of-type(2) figcaption em {
  font-style: normal;
  color: #5bc500;
}
.ih-need_item:nth-of-type(2) a {
  border-top: 1px solid #e9eae8;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}
.ih-need_item:nth-of-type(2) a img {
  max-width: 180px;
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ih-need_item:nth-of-type(3) p {
  font: 14px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 0px;
  color: #5bc500;
}
.ih-need_item:nth-of-type(3) > span {
  display: block;
  font: 18px "Telefonica-Regular", arial, sans-serif;
  color: #5bc500;
}
.ih-need_item:nth-of-type(3) > span strong {
  font-size: 30px;
}
.ih-need_item:nth-of-type(3) em {
  font-style: normal;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: grey;
}
.ih-need_item:nth-of-type(3) em span {
  font-family: "Telefonica-Bold", arial, sans-serif;
}
.ih-need_item:nth-of-type(3) .n-offer {
  position: relative;
  width: 100%;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
  padding-top: 15px;
}
.ih-need_item:nth-of-type(3) .n-offer em {
  font-style: normal;
  color: #e9426d;
  font-family: "Telefonica-Bold", arial, sans-serif;
}
.ih-need_item:nth-of-type(3) a {
  display: inline-block;
  background-color: #5bc500;
  border: 1px solid #5bc500;
  color: #ffffff;
  width: 100%;
  max-width: 180px;
  margin-top: 15px;
  border-radius: 5px;
  padding: 13px 5px;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: all 200ms ease;
}
.ih-need_item:nth-of-type(3) a:hover {
  background-color: rgba(91, 197, 0, 0.1);
  color: #5bc500;
  text-decoration: none;
}
.ih-need_rep {
  text-align: left;
  display: none;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #dedede;
  align-items: center;
  justify-content: space-between;
  padding: 15px 100px;
}
.ih-need_rep img {
  max-width: 80px;
  width: 100%;
}
.ih-need_rep.active {
  display: flex;
}
.ih-need_rep > div {
  padding-left: 45px;
  padding-right: 45px;
}
.ih-need_rep p {
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.ih-need_rep p:not(:last-of-type) {
  margin-bottom: 20px;
}
.ih-need_rep a {
  display: inline-block;
  border: 1px solid #00a9e0;
  color: #00a9e0;
  width: 100%;
  max-width: 200px;
  margin-top: 15px;
  border-radius: 5px;
  padding: 13px 5px;
  text-align: center;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: all 200ms ease;
}
.ih-need_rep a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00a9e0;
}

.ih-fibra {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url("../img/fibra-bg.jpg");
  background-position: center;
  background-size: cover;
}
.ih-fibra:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 169, 224, 0.9);
}
.ih-fibra_container {
  z-index: 1;
  text-align: center;
  color: #ffffff;
}
.ih-fibra_container h2 {
  font: 28px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 15px;
}
.ih-fibra_container p {
  max-width: 768px;
  width: 100%;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  margin: 0 auto 0;
  line-height: 1.8;
}
.ih-fibra_container p a {
  font-family: "Telefonica-Bold", arial, sans-serif;
  text-decoration: underline;
  color: #ffffff;
}
.ih-fibra_container > a {
  background-color: #ffffff;
  color: #00a9e0;
  width: 250px;
  margin-top: 35px;
  border-radius: 50px;
  padding: 13px 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font: 16px "Telefonica-Regular", arial, sans-serif;
}
.ih-fibra_container > a img {
  margin-right: 10px;
  width: 20px;
}

.ih-smart {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E9EAE8;
  display: flex;
  justify-content: center;
}
.ih-smart_container {
  text-align: center;
}
.ih-smart_container h2 {
  font: 32px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 20px;
  color: #4d4d4d;
}
.ih-smart_container > p {
  width: 100%;
  max-width: 768px;
  display: inline-block;
  font: 19px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 0;
  color: #4d4d4d;
}
.ih-smart_gtabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #E9EAE8;
}
.ih-smart_gtabs > a {
  overflow: hidden;
  background-color: #f7f7f7;
  width: calc( (100% / 3));
  padding-left: 10px;
  padding-right: 10px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #00a9e0;
  text-decoration: none;
}
.ih-smart_gtabs > a:first-of-type {
  order: 1;
  border-top-left-radius: 10px;
}
.ih-smart_gtabs > a:nth-of-type(2) {
  order: 2;
  border-left: 1px solid #e9eae8;
  border-right: 1px solid #e9eae8;
}
.ih-smart_gtabs > a:last-of-type {
  border-top-right-radius: 10px;
  order: 3;
}
.ih-smart_gtabs > a img {
  margin-right: 15px;
  max-width: 90px;
  width: 100%;
}
.ih-smart_gtabs > a.active {
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
.ih-smart_gtabs > a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #00a9e0;
}
.ih-smart_gtabs > div {
  padding: 50px 30px;
  width: 100%;
  display: none;
}
.ih-smart_gtabs > div.active-tab {
  order: 4;
  display: block;
  animation: slideDown 200ms ease;
}
.ih-smart_gtabs ul {
  list-style: none;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0;
}
.ih-smart_gtabs ul li {
  position: relative;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #4d4d4d;
}
.ih-smart_gtabs ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.ih-smart_gtabs ul li:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #00a9e0;
  border-radius: 50px;
}
.ih-smart_gtabs .tb-title {
  display: inline-block;
  max-width: 820px;
  width: 100%;
  font: 19px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 50px;
  color: #000000;
}
.ih-smart_gtabs .tb-title em {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}
.ih-smart_gtabs .tb-media {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 40px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ih-smart_gtabs .tb-media:not(:last-of-type) {
  margin-bottom: 10px;
}
.ih-smart_gtabs .tb-media figure {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0;
  padding: 10px;
  max-width: 200px;
  width: 100%;
}
.ih-smart_gtabs .tb-media figure img {
  width: 100%;
  max-width: 100px;
}
.ih-smart_gtabs .tb-media figcaption {
  font: 20px "Telefonica-Bold", arial, sans-serif;
  color: #00a9e0;
}
.ih-smart_gtabs .tb-media ul {
  width: calc(100% - 230px);
}
.ih-smart_gtabs .tb-media ul em {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}
.ih-smart_gtabs .tb-media_nlist {
  padding: 20px 20px 20px 35px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.ih-smart_gtabs .tb-media_nlist li {
  padding-left: 20px;
}
.ih-smart_gtabs .tb-media_nlist li:after {
  width: 20px;
  height: 20px;
  background: url("../img/ticket.png");
  background-size: contain;
  top: 0;
}
.ih-smart_gtabs .tb-media_nlist p {
  font-size: 18px;
}
.ih-smart_gtabs .tb-media_nlist em {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}
.ih-smart_gtabs .tb-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 60px;
  border: 1px solid #dedede;
  border-radius: 10px;
  text-align: left;
  color: #4d4d4d;
}
.ih-smart_gtabs .tb-detail img {
  width: 100%;
  max-width: 170px;
  margin-right: 15px;
}
.ih-smart_gtabs .tb-detail p {
  font: 16px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 0;
}
.ih-smart_gtabs .tb-btn {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  padding: 13px 5px;
  text-align: center;
  color: #ffffff;
  background-color: #00a9e0;
  border: 1px solid #00a9e0;
  border-radius: 5px;
  margin-top: 30px;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  text-decoration: none;
  transition: all 200ms ease;
}
.ih-smart_gtabs .tb-btn:hover {
  color: #00a9e0;
  background-color: rgba(0, 169, 224, 0.1);
}
.ih-smart_gtabs .tb-btn_solicitar {
  margin-top: 15px;
  border: 1px solid #5bc500;
  background-color: #5bc500;
}
.ih-smart_gtabs .tb-btn_solicitar:hover {
  background-color: rgba(91, 197, 0, 0.1);
  color: #5bc500;
}
.ih-smart_gtabs .tb-price {
  margin-bottom: 0;
  color: #5bc500;
  font: 22px "Telefonica-Regular", arial, sans-serif;
}
.ih-smart_gtabs .tb-download {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-top: 20px;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ih-smart_gtabs .tb-download p {
  font: 20px "Telefonica-Regular", arial, sans-serif;
  width: 100%;
  margin-bottom: 20px;
  color: #999999;
}
.ih-smart_gtabs .tb-download a {
  width: calc((100% / 2) - 5px);
}
.ih-smart_gtabs .tb-download a img {
  width: 100%;
}

.ih-speed {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url("../img/speed-bg.jpg");
  background-size: cover;
  background-position: center;
}
.ih-speed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(91, 197, 0, 0.8);
}
.ih-speed_container {
  z-index: 2;
  color: #ffffff;
  text-align: center;
}
.ih-speed_container h3 {
  font: 30px "Telefonica-Light", arial, sans-serif;
  margin-bottom: 20px;
}
.ih-speed_container h3 em {
  font-style: normal;
  font-family: "Telefonica-Bold", arial, sans-serif;
}
.ih-speed_container a {
  max-width: 225px;
  width: 100%;
  padding: 15px 5px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  display: inline-block;
  color: #999999;
  background-color: #ffffff;
  transition: all 200ms ease;
}
.ih-speed_container a em {
  text-transform: uppercase;
  color: #5bc500;
  font-family: "Telefonica-Bold", arial, sans-serif;
  transition: all 200ms ease;
}
.ih-speed_container a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
}
.ih-speed_container a:hover em {
  color: #ffffff;
}

.ih-help {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.ih-help_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ih-help_container h3 {
  width: 100%;
  text-align: center;
  font: 26px "Telefonica-Light", arial, sans-serif;
  margin-bottom: 50px;
  color: #666666;
}
.ih-help_container > a {
  width: calc(25% - 10px);
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #E9EAE8;
  padding: 20px;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #666666;
  margin-bottom: 40px;
  transition: all 200ms ease-in-out;
}
.ih-help_container > a:last-of-type {
  display: flex;
  align-items: center;
  position: relative;
  color: #00a9e0;
  font-family: "Telefonica-Regular", arial, sans-serif;
}
.ih-help_container > a:last-of-type:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  border-top: 1px solid #00a9e0;
  border-right: 1px solid #00a9e0;
  transform: rotate(45deg);
}
.ih-help_container > a:hover {
  text-decoration: none;
  box-shadow: 0 0 0 1px #00a9e0;
}
.ih-help_container > a span {
  font-style: normal;
  position: relative;
  display: inline-block;
  margin-top: 5px;
  font-family: "Telefonica-Regular", arial, sans-serif;
  color: #00a9e0;
}
.ih-help_container > a span:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: -15px;
  top: calc(50% - 2px);
  border-top: 1px solid #00a9e0;
  border-right: 1px solid #00a9e0;
  transform: rotate(45deg);
}
.ih-help_prev {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
.ih-help_pwrapper {
  padding: 30px 10px;
  background-color: #F7F7F7;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #E9EAE8;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ih-help_pwrapper p {
  margin-right: 35px;
  margin-bottom: 0;
}
.ih-help_pwrapper p em {
  display: block;
  font: 24px "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}
.ih-help_pwrapper a {
  border: 1px solid #00a9e0;
  max-width: 225px;
  width: 100%;
  padding: 13px 5px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00a9e0;
  transition: all 200ms ease;
}
.ih-help_pwrapper a span {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00a9e0;
  border-right: 1px solid #00a9e0;
  transform: rotate(45deg);
  transition: all 200ms ease;
}
.ih-help_pwrapper a:hover {
  background-color: #00a9e0;
  color: #ffffff;
  text-decoration: none;
}
.ih-help_pwrapper a:hover span {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.ih-terms {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.ih-terms_container h3 {
  text-align: center;
  font: 28px "Telefonica-Light", arial, sans-serif;
  margin-bottom: 50px;
  color: #666666;
}
.ih-terms_wrapper {
  position: relative;
  overflow: hidden;
  height: 150px;
}
.ih-terms_wrapper:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.ih-terms_wrapper.active {
  height: auto;
}
.ih-terms_wrapper.active:after {
  content: none;
}
.ih-terms_wrapper ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 20px;
}
.ih-terms_wrapper ul li {
  position: relative;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #666666;
}
.ih-terms_wrapper ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.ih-terms_wrapper ul li:not(.tit):after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #00a9e0;
  border-radius: 50px;
}
.ih-terms_wrapper ul li.tit {
  font-family: "Telefonica-Bold", arial, sans-serif;
  padding-top: 20px;
}
.ih-terms_wrapper ul li a {
  color: #00a9e0;
  text-decoration: none;
}
.ih-terms_button {
  font: 16px "Telefonica-Regular", arial, sans-serif;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #00a9e0;
}
.ih-terms_button em {
  font-style: normal;
}
.ih-terms_button:hover {
  text-decoration: none;
  color: #00a9e0;
}
.ih-terms_button span {
  position: relative;
  border-radius: 11px;
  border: 1px solid #00a9e0;
  height: 26px;
  width: 26px;
  margin-left: 15px;
  transition: all 200ms ease;
}
.ih-terms_button span:after, .ih-terms_button span:before {
  content: "";
  position: absolute;
  background-color: #00a9e0;
}
.ih-terms_button span:after {
  width: 16px;
  height: 1px;
  left: 4px;
  top: 50%;
}
.ih-terms_button span:before {
  width: 16px;
  height: 1px;
  left: 4px;
  top: 50%;
  transform: rotate(90deg);
}
.ih-terms_button.active span:before {
  opacity: 0;
}

.ih-modal {
  z-index: -1;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  background-color: rgba(76, 76, 76, 0.8);
  transition: all 200ms ease-in-out;
  overflow-y: auto;
}
.ih-modal.active {
  z-index: 9;
  visibility: visible;
  opacity: 1;
}
.ih-modal_container {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 991px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.ih-modal_close {
  cursor: pointer;
  position: absolute;
  width: 40px;
  top: -15px;
  right: -15px;
}
.ih-modal_header {
  padding: 35px 25px 25px;
}
.ih-modal_header h3 {
  color: #808080;
  font: 24px "Telefonica-Light", arial, sans-serif;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.ih-modal_body {
  padding: 0 25px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ih-modal_col {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.ih-modal_col figure {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 300px;
  border-right: 1px solid #dedede;
}
.ih-modal_col figure img {
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin-right: 20px;
}
.ih-modal_col figure h3 {
  color: #4d4d4d;
  font: 18px "Telefonica-Bold", arial, sans-serif;
  margin-bottom: 0;
}
.ih-modal_col figure h3 span {
  margin-top: 5px;
  display: block;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #888;
}
.ih-modal_col p {
  font: 15px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.4;
  width: calc(100% - 530px);
}
.ih-modal_btn {
  display: block;
  background-color: #00a9e0;
  border: 1px solid #00a9e0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 180px;
  border-radius: 5px;
  padding: 13px 5px;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: all 200ms ease;
}
.ih-modal_btn:hover {
  color: #00a9e0;
  background-color: rgba(0, 169, 224, 0.1);
  text-decoration: none;
}
.ih-modal_fullcol {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 15px;
  margin-bottom: 25px;
}
.ih-modal_fullcol p {
  font: 17px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
}
.ih-modal_fullcol ul {
  list-style: none;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0;
}
.ih-modal_fullcol ul li {
  position: relative;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
}
.ih-modal_fullcol ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.ih-modal_fullcol ul li:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #00a9e0;
  border-radius: 50px;
}
.ih-modal_fullcol ul li em {
  color: #4d4d4d;
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.hf-hero {
  box-sizing: border-box;
  position: relative;
  background-color: #00a9e0;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 50px;
}
.hf-hero *, .hf-hero *:after, .hf-hero *:before {
  box-sizing: border-box;
  text-decoration: none;
}
.hf-hero:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #008fdb 0, #00a7e0 30%, #10afe3 50%, #4ac7f0 100%);
  top: 0;
  left: 0;
}
.hf-hero_container {
  text-align: center;
  z-index: 3;
  color: #ffffff;
  z-index: 3;
}
.hf-hero_container h1 {
  font: 36px "Telefonica-Bold", arial, sans-serif;
  margin-bottom: 0px;
}
.hf-hero_container h2 {
  font: 22px "Telefonica-Light", arial, sans-serif;
  margin-bottom: 0px;
}
.hf-hero_container strong {
  font-family: "Telefonica-Bold", arial, sans-serif;
}
.hf-hero_highlight {
  background-color: #e9426d;
  padding: 0 10px;
  border-radius: 50px;
  display: inline-block;
}

.hf-morph {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  margin-top: -30px;
  padding: 0 15px;
}
.hf-morph_btn {
  position: relative;
  background-color: #ffffff;
  color: #00a9e0;
  max-width: 450px;
  width: 100%;
  border-radius: 50px;
  padding: 15px 5px;
  display: flex;
  margin: 5px auto 0;
  justify-content: center;
  align-items: center;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.hf-morph_btn .pin {
  margin-right: 5px;
  width: 20px;
  height: 30px;
  background-image: url("../img/new/icon-pin.svg");
  background-position: center left;
  background-size: 40px auto;
}
.hf-morph_btn.loading .pin {
  width: 30px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-image: url("../img/new/loader_circulos.svg");
}
.hf-morph_btn.error {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: default;
}
.hf-morph_btn.error .pin {
  margin-right: 5px;
  width: 20px;
  height: 30px;
  background-image: url("../img/new/icon-error.svg");
  background-position: center left;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.hf-morph_btn span.mob {
  display: none;
}
.hf-morph_btn:hover {
  color: #00a9e0;
  text-decoration: none;
}
.hf-morph_window {
  padding-top: 20px;
  position: relative;
  color: #999999;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 50px;
  margin: -60px auto 0;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 60px;
  pointer-events: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s 0.5s, max-width 0.2s 0.1s, max-height 0.3s 0.1s, border-radius 0.4s 0.1s;
}
.hf-morph_window > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  height: 100%;
}
.hf-morph_window .ui-front:first-of-type {
  z-index: 101;
}
.hf-morph_header {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
.hf-morph_header h3 {
  font: 24px "Telefonica-Regular", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0px;
}
.hf-morph_header p {
  font: 18px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
  margin-bottom: 0px;
}
.hf-morph_error, .hf-morph_success {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.hf-morph_error > img, .hf-morph_success > img {
  width: 35px;
}
.hf-morph_error > div, .hf-morph_success > div {
  text-align: left;
  margin-left: 20px;
  margin-right: 30px;
}
.hf-morph_error > div h3, .hf-morph_success > div h3 {
  font: 18px "Telefonica-Regular", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.hf-morph_error > div a, .hf-morph_success > div a {
  text-decoration: none;
}
.hf-morph_error > div a em, .hf-morph_success > div a em {
  color: #00a9e0;
  font: 18px "Telefonica-Regular", arial, sans-serif;
  text-decoration: underline;
}
.hf-morph_error > div a span, .hf-morph_success > div a span {
  color: #00a9e0;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 50px;
  border: 1px solid #00a9e0;
  font: 12px "Telefonica-Regular", arial, sans-serif;
  background-color: transparent;
  cursor: pointer;
}
.hf-morph_error .factb-btn, .hf-morph_success .factb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #00a9e0;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  color: #00a9e0;
}
.hf-morph_error .factb-btn img, .hf-morph_success .factb-btn img {
  width: 30px;
  margin-right: 10px;
}
.hf-morph_error .factb-btn.factb-call, .hf-morph_success .factb-btn.factb-call {
  background-color: #00a9e0;
  color: #ffffff;
}
.hf-morph_error .factb-btn.factb-btnmob, .hf-morph_success .factb-btn.factb-btnmob {
  display: none;
}
.hf-morph_header.active, .hf-morph_error.active, .hf-morph_success.active {
  display: flex;
  animation: slideDown 0.3s;
}
.hf-morph_form {
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.hf-morph_form > div {
  position: relative;
}
.hf-morph_form > div input {
  width: 100%;
  border-radius: 5px;
  color: #4d4d4d;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 0 1px #cccccc;
  height: 55px;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: box-shadow 0.2s;
  padding: 0 15px 0 50px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left 11px center;
}
.hf-morph_form > div input::placeholder {
  color: #999999;
  font-family: "Telefonica-Regular", arial, sans-serif;
}
.hf-morph_form > div input:-ms-input-placeholder {
  color: #999999;
  font-family: "Telefonica-Regular", arial, sans-serif;
}
.hf-morph_form > div input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #00a9e0;
}
.hf-morph_form > div:first-of-type {
  width: calc(70% - 10px);
}
.hf-morph_form > div:first-of-type input {
  background-image: url("../img/new/icon-solid-pin.svg");
}
.hf-morph_form > div:last-of-type {
  width: calc(30% - 10px);
}
.hf-morph_form > div:last-of-type input {
  background-image: url("../img/new/icon-dpto.svg");
}
.hf-morph_form > div:last-of-type input.isDisabled {
  background-image: url("../img/new/icon-dpto-grey.svg");
}
.hf-morph_form > div:first-of-type input.isDisabled, .hf-morph_form > div:last-of-type input.isDisabled {
  background-color: #e6e6e6;
}
.hf-morph_form > div:first-of-type input.isDisabled input, .hf-morph_form > div:last-of-type input.isDisabled input {
  background-image: url("../img/new/icon-dpto-grey.svg");
}
.hf-morph_form > div:first-of-type input.onGet, .hf-morph_form > div:last-of-type input.onGet {
  background-image: url("../img/new/loader_circulos.svg");
}
.hf-morph_form > div:first-of-type input.onDone, .hf-morph_form > div:last-of-type input.onDone {
  background-image: url("../img/new/icon-vb.svg");
}
.hf-morph_form > div:first-of-type input.onError, .hf-morph_form > div:last-of-type input.onError {
  box-shadow: 0 0 0 2px #ec6839;
}
.hf-morph_form .tooltip {
  display: none;
  position: absolute;
  width: 100%;
  top: calc(-100% + 15px);
  left: 0;
  background-color: #5bc500;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 3px;
  font: 13px "Telefonica-Regular", arial, sans-serif;
}
.hf-morph_form .tooltip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 10px);
  height: 15px;
  width: 15px;
  border-radius: 3px;
  transform: rotate(45deg);
  background-color: #5bc500;
}
.hf-morph_form .tooltip.active {
  display: block;
}
.hf-morph_message, .hf-morph_messagedpto {
  display: none;
  width: 100%;
  z-index: 130;
  top: 57px;
  left: 0;
  color: #ffffff;
  position: absolute;
  background-color: #ec6839;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 15px 5px;
  font-style: normal;
  text-align: left;
  border-radius: 5px;
  text-align: center;
  font: 15px "Telefonica-Regular", arial, sans-serif;
}
.hf-morph_message.onError, .hf-morph_messagedpto.onError {
  display: block;
}
.hf-morph_map {
  height: 0;
}
.hf-morph_map > .mvf-gmap-container {
  position: relative !important;
  top: 0;
  left: 0;
}
.hf-morph_map.isMap {
  height: auto;
  margin-bottom: -5px;
}
.hf-morph_map.isMap .mvf-gmap-container {
  height: 130px;
}
.hf-morph_map > .pac-card {
  margin: 0;
}
.hf-morph_progress {
  margin-top: auto;
  height: 100%;
  height: 5px;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #00a9e0;
  color: #ffffff;
  transition: height 0.2s;
}
.hf-morph_progress p {
  display: none;
  color: #ffffff;
  margin-bottom: 0;
  font: 14px "Telefonica-Regular", arial, sans-serif;
}
.hf-morph_progress.onError {
  background-color: #f59c00;
}
.hf-morph_progress.onDone {
  background-color: #5bc500;
}
.hf-morph_progress.onGet {
  height: 40px;
}
.hf-morph_progress.onGet > p {
  display: flex;
}
.hf-morph.active .hf-morph_window {
  max-width: 1080px;
  max-height: 767px;
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  overflow: inherit;
  border-radius: 5px;
  transition: max-width 0.2s 0.1s, max-height 0.4s 0.1s, border-radius 0.4s 0.1s;
}
.hf-morph.active .hf-morph_window > div {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
}

.hf-taby {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.hf-taby *, .hf-taby *:after, .hf-taby *:before {
  box-sizing: border-box;
  text-decoration: none;
}
.hf-taby a {
  padding: 10px 5px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #00a9e0;
  text-decoration: none;
  font: 14px "Telefonica-Regular", arial, sans-serif;
}
.hf-taby a:first-of-type {
  border-radius: 5px 0 0 5px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.hf-taby a:last-of-type {
  border-radius: 0 5px 5px 0;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.hf-taby a em {
  display: block;
}
.hf-taby a.active {
  position: relative;
  color: #ffffff;
  background-color: #00a9e0;
  z-index: 2;
}
.hf-taby a.active:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: #00a9e0;
  bottom: -7px;
  left: calc(50% - 5px);
  border-radius: 5px;
  transform: rotate(45deg);
}

.hf-parr {
  background-color: #f7f7f7;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.hf-parr *, .hf-parr *:after, .hf-parr *:before {
  box-sizing: border-box;
  text-decoration: none;
}
.hf-parr .hf-hidden {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.hf-parr_container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.hf-parr_container.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.hf-parr_col {
  border-radius: 5px 5px 0 0;
  border-top: 5px solid #00a9e0;
  position: relative;
  width: calc(100% - 30px);
  max-width: 250px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.hf-parr_col:nth-of-type(2) {
  margin-top: 20px;
}
.hf-parr_col:nth-of-type(2) .hf-parr_header {
  height: 140px;
}
.hf-parr_col:nth-of-type(3) {
  margin-top: 40px;
}
.hf-parr_col:nth-of-type(3) .hf-parr_header {
  height: 120px;
}
.hf-parr_col:nth-of-type(4) {
  margin-top: 60px;
}
.hf-parr_col:nth-of-type(4) .hf-parr_header {
  height: 100px;
}
.hf-parr_col:nth-of-type(5) {
  margin-top: 80px;
}
.hf-parr_col:nth-of-type(5) .hf-parr_header {
  height: 80px;
}
.hf-parr_col:only-of-type .hf-parr_price {
  padding-top: 10px;
}
.hf-parr_col:only-of-type .hf-parr_header {
  height: 80px;
}
.hf-parr_col:only-of-type .hf-hidden {
  display: none;
}
.hf-parr_col:only-of-type .hf-noffer {
  height: auto;
}
.hf-parr_card {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}
.hf-parr_header {
  height: 160px;
  padding: 15px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hf-parr_header img {
  width: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  opacity: 0.5;
}
.hf-parr_header:hover {
  text-decoration: none;
}
.hf-parr_header:hover h3 {
  color: #00a9e0;
}
.hf-parr_header h3 {
  font: 22px "Telefonica-Bold", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0px;
  line-height: 1;
  transition: all 200ms ease;
}
.hf-parr_header h3 span {
  display: block;
  font: 14px "Telefonica-Regular", arial, sans-serif;
}
.hf-parr_header .exclusivo-tag {
  margin-top: 5px;
  background-color: #e9426d;
  color: #ffffff;
  width: 170px;
  border-radius: 50px;
  padding: 2px 20px;
  text-align: center;
  font: 13px "Telefonica-Light", arial, sans-serif;
  letter-spacing: 0.5px;
  bottom: -25px;
  left: calc(50% - 85px);
  position: absolute;
}
.hf-parr .main {
  border-top: 5px solid #5bc500;
}
.hf-parr .main .mb-parrilla_header h3 {
  color: #5bc500;
}
.hf-parr .main .mb-parrilla_header:hover {
  text-decoration: none;
}
.hf-parr .main .mb-parrilla_header:hover h3 {
  color: #5bc500;
}
.hf-parr_price {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #dedede;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.hf-parr_body {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.hf-parr_content:not(.hf-offer) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
}
.hf-parr_content:not(:first-child) {
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.hf-parr_content:hover {
  text-decoration: none;
}
.hf-parr_content .highlight-subtext {
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.hf-parr_content .highlight-image {
  width: 100%;
  max-width: 150px;
  display: block;
}
.hf-parr_content.hf-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hf-parr_content.hf-product .p-head {
  width: 100%;
  text-align: center;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #000000;
  margin-bottom: 15px;
}
.hf-parr_content.hf-product figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin: 0;
}
.hf-parr_content.hf-product figure img {
  width: 100%;
  max-width: 25px;
  margin-right: 10px;
}
.hf-parr_content.hf-product figcaption {
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
}
.hf-parr_content.hf-product figcaption em {
  font-style: normal;
  color: #5bc500;
}
.hf-parr_content.hf-product figcaption strong {
  display: block;
  font-family: "Telefonica-Regular", arial, sans-serif;
  color: #000000;
}
.hf-parr_content.hf-offer {
  display: block;
  border-top: 0;
  padding: 15px 10px;
  margin: 0 -10px 0 -10px;
  background-color: #f7f7f7;
  border-radius: 0 0 10px 10px;
  color: #4d4d4d;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  line-height: 1.4;
}
.hf-parr_content.hf-offer strong {
  font-family: "Telefonica-Bold", arial, sans-serif;
  display: block;
  color: #00a9e0;
}
.hf-parr_content.hf-offer em {
  font-style: normal;
  font-family: "Telefonica-Bold", arial, sans-serif;
}
.hf-parr_content.hf-noffer {
  height: 123px;
}
.hf-parr_footer {
  padding: 10px;
}
.hf-parr_footer a {
  display: block;
  border-radius: 5px;
  padding: 12px 5px;
  width: 100%;
  color: #ffffff;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: all 200ms ease;
}
.hf-parr_footer a.details {
  display: none;
  color: #00a9e0;
  background-color: #ffffff;
  border: 1px solid #dedede;
  text-decoration: none;
}
.hf-parr_footer a.details.active {
  color: #00a9e0;
  background-color: rgba(0, 169, 224, 0.05);
  border: 1px solid rgba(0, 169, 224, 0.2);
}
.hf-parr_footer a.details .chevdown {
  position: relative;
  margin-top: -3px;
  margin-left: 10px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-right: 1px solid #00a9e0;
  border-bottom: 1px solid #00a9e0;
  transform: rotate(45deg);
}
.hf-parr_footer a.solicitude {
  background-color: #5bc500;
  border: 1px solid #5bc500;
}
.hf-parr_footer a.solicitude:hover {
  text-decoration: none;
  background-color: rgba(91, 197, 0, 0.1);
  color: #5bc500;
}
.hf-parr_desc {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.hf-parr_desc p {
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
  background-color: #f7f7f7;
  padding: 13px 5px;
  margin-bottom: 10px;
}
.hf-parr_desc p strong {
  font-family: "Telefonica-Bold", arial, sans-serif;
  display: block;
  color: #e9426d;
}
.hf-parr_price p {
  font: 14px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 0px;
  color: #5bc500;
}
.hf-parr_price > span {
  display: block;
  font-size: 30px;
  color: #5bc500;
  margin-bottom: 0px;
  font: 18px "Telefonica-Regular", arial, sans-serif;
}
.hf-parr_price > span strong {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-size: 30px;
  vertical-align: baseline;
}
.hf-parr_price em {
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #86888C;
}
.hf-parr_price em span {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}
.hf-parr_price .hiddentext {
  visibility: hidden;
  opacity: 0;
}
.hf-parr_fullplan {
  display: none;
  border-top: 1px solid rgba(0, 169, 224, 0.2);
  color: #00a9e0;
  background-color: rgba(0, 169, 224, 0.1);
  padding: 20px 5px;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
  font: 15px "Telefonica-Regular", arial, sans-serif;
  margin: 0px -10px -20px;
}
.hf-parr_fullplan:hover {
  color: #00a9e0;
}

.hf-addons {
  box-sizing: border-box;
  margin-top: 40px;
}
.hf-addons *, .hf-addons *:after, .hf-addons *:before {
  box-sizing: border-box;
  text-decoration: none;
}
.hf-addons h2 {
  text-align: center;
  width: 100%;
  font: 22px "Telefonica-Light", arial, sans-serif;
  margin-bottom: 15px;
  color: #4d4d4d;
}
.hf-addons_row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 25px 10px;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.hf-addons_row > .add-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.hf-addons_row > .add-item:not(:last-child):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dedede;
  top: 0;
  right: -5px;
}
.hf-addons_row img {
  width: 100%;
  max-width: 35px;
  margin-right: 10px;
}
.hf-addons_row span {
  font: 13px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
}
.hf-addons_row em {
  display: block;
  font-style: normal;
  font: 14px "Telefonica-Bold", arial, sans-serif;
  color: #00a9e0;
}
.hf-addons_row > div em {
  color: #000000;
}

.hf-mplay {
  box-sizing: border-box;
  margin-top: 40px;
}
.hf-mplay *, .hf-mplay *:after, .hf-mplay *:before {
  box-sizing: border-box;
  text-decoration: none;
}
.hf-mplay_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.hf-mplay_left {
  width: 260px;
  border-radius: 10px 0 0 10px;
  background-color: #00a9e0;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hf-mplay_left img {
  max-width: 110px;
  display: block;
  margin-bottom: 5px;
}
.hf-mplay_left p {
  opacity: 0.8;
}
.hf-mplay_center {
  width: calc(75% - 300px);
  padding-top: 15px;
  padding-bottom: 15px;
}
.hf-mplay_center p {
  font: 15px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  line-height: 1.3;
  color: #999999;
}
.hf-mplay_center h3 {
  font: 20px "Telefonica-Regular", arial, sans-serif;
  margin-bottom: 0;
  color: #4d4d4d;
}
.hf-mplay_center h3 a {
  color: #00a9e0;
  font-family: "Telefonica-Bold", arial, sans-serif;
  text-decoration: none;
}
.hf-mplay_right {
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hf-mplay_right a {
  text-align: center;
  z-index: 3;
  display: inline-block;
  background-color: #00a9e0;
  border: 1px solid #00a9e0;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 300ms ease;
}

.hf-smodal {
  box-sizing: border-box;
  z-index: -1;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  background-color: rgba(76, 76, 76, 0.8);
  transition: all 200ms ease-in-out;
  overflow-y: auto;
}
.hf-smodal *, .hf-smodal *:after, .hf-smodal *:before {
  box-sizing: border-box;
  text-decoration: none;
}
.hf-smodal.modal-active {
  z-index: 9;
  visibility: visible;
  opacity: 1;
  z-index: 110001;
}
.hf-smodal_container {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 991px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.hf-smodal_close {
  cursor: pointer;
  position: absolute;
  width: 40px;
  top: -15px;
  right: -15px;
}
.hf-smodal_header {
  padding: 35px 25px 25px;
}
.hf-smodal_header h3 {
  color: #808080;
  font: 24px "Telefonica-Light", arial, sans-serif;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.hf-smodal_body {
  padding: 0 25px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf-smodal_col {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.hf-smodal_col figure {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 300px;
  border-right: 1px solid #dedede;
}
.hf-smodal_col figure img {
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin-right: 20px;
}
.hf-smodal_col figure h3 {
  color: #4d4d4d;
  font: 18px "Telefonica-Bold", arial, sans-serif;
  margin-bottom: 0;
}
.hf-smodal_col figure h3 span {
  margin-top: 5px;
  display: block;
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #888;
}
.hf-smodal_col p {
  font: 15px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.4;
  width: calc(100% - 530px);
}
.hf-smodal_btn {
  display: block;
  background-color: #00a9e0;
  border: 1px solid #00a9e0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 180px;
  border-radius: 5px;
  padding: 13px 5px;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: all 200ms ease;
}
.hf-smodal_btn:hover {
  color: #00a9e0;
  background-color: rgba(0, 169, 224, 0.1);
  text-decoration: none;
}
.hf-smodal_fullcol {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 15px;
  margin-bottom: 25px;
}
.hf-smodal_fullcol p {
  font: 17px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
}
.hf-smodal_fullcol ul {
  list-style: none;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0;
}
.hf-smodal_fullcol ul li {
  position: relative;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #808080;
}
.hf-smodal_fullcol ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.hf-smodal_fullcol ul li:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #00a9e0;
  border-radius: 50px;
}
.hf-smodal_fullcol ul li em {
  color: #4d4d4d;
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}

/* factibilizador */
.hf-sugg {
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.hf-sugg *, .hf-sugg *:after, .hf-sugg *:before {
  box-sizing: border-box;
  text-decoration: none;
}
.hf-sugg.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.hf-sugg > h2 {
  text-align: center;
  width: 100%;
  font: 32px "Telefonica-Light", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.hf-sugg > nav {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: center;
}
.hf-sugg > nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  width: calc(33% - 15px);
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #00a9e0;
  border-radius: 5px;
  background-color: #f7f7f7;
  color: #00a9e0;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: all 200ms ease;
}
.hf-sugg > nav a.active {
  background-color: #00a9e0;
  color: #ffffff;
  text-decoration: none;
}
.hf-sugg > nav a.active span {
  background-position: center right;
}
.hf-sugg > nav a em {
  margin-left: 5px;
  font-style: normal;
}
.hf-sugg > nav a span {
  display: block;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center left;
}
.hf-sugg > nav a span.icon-21 {
  background-image: url("../img/new/icon-pack-duotv.svg");
  height: 30px;
  width: 87px;
  background-size: 174px auto;
}
.hf-sugg > nav a span.icon-23 {
  background-image: url("../img/new/icon-pack-duotel.svg");
  height: 30px;
  width: 87px;
  background-size: 174px auto;
}
.hf-sugg > nav a span.icon-20 {
  background-image: url("../img/new/icon-pack-trio.svg");
  height: 30px;
  width: 143px;
  background-size: 286px auto;
}
.hf-sugg > nav a:hover {
  background-color: #00a9e0;
  color: #ffffff;
  text-decoration: none;
}
.hf-sugg > nav a:hover span {
  background-position: center right;
}
.hf-sugg_tabcont {
  padding-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.hf-sugg_tabcont > div {
  display: none;
  max-width: 1080px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.hf-sugg_tabcont > div.active {
  display: flex;
  animation: slideDown 200ms ease;
}
.hf-sugg_parr {
  border-radius: 5px 5px 0 0;
  border-top: 5px solid #00a9e0;
  position: relative;
  width: calc(100% - 20px);
  max-width: 230px;
  margin: 0 10px 30px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px 5px 10px 10px;
  background-color: #ffffff;
  padding: 10px;
}
.hf-sugg_parr .hf-hidden {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.hf-sugg_parr:only-of-type .hf-hidden {
  display: none;
}
.hf-sugg_pheader {
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font: 14px "Telefonica-Light", arial, sans-serif;
  color: #4d4d4d;
  transition: all 200ms ease;
}
.hf-sugg_pheader strong {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-size: 20px;
}
.hf-sugg_pheader:hover {
  color: #00a9e0;
  text-decoration: none;
}
.hf-sugg_pbody > p {
  border-bottom: 1px solid #dedede;
  padding: 0 15px;
  margin-bottom: 0;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #808080;
  font: 14px "Telefonica-Regular", arial, sans-serif;
}
.hf-sugg_pbody > p:first-child {
  border-top: 1px solid #dedede;
}
.hf-sugg_pbody > p span {
  display: block;
}
.hf-sugg_pbody > p:last-child {
  padding-bottom: 10px;
}
.hf-sugg_pfooter {
  position: relative;
  padding-top: 15px;
}
.hf-sugg_pfooter > span {
  margin-top: 5px;
  background-color: #e9426d;
  color: #ffffff;
  width: 160px;
  border-radius: 50px;
  padding: 2px 20px;
  text-align: center;
  font: 13px "Telefonica-Light", arial, sans-serif;
  letter-spacing: 0.5px;
  top: -15px;
  left: calc(50% - 80px);
  position: absolute;
}
.hf-sugg_pfooter > strong {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-size: 12px;
  color: #4d4d4d;
}
.hf-sugg_pfooter > strong span {
  color: #e9426d;
}
.hf-sugg_pfooter > p {
  display: block;
  font-size: 30px;
  color: #5bc500;
  margin-bottom: 0px;
  font: 18px "Telefonica-Regular", arial, sans-serif;
}
.hf-sugg_pfooter > p em {
  font: 26px "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
  vertical-align: baseline;
}
.hf-sugg_pfooter > small {
  font: 14px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
}
.hf-sugg_pfooter > small em {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
}
.hf-sugg_buttons {
  margin-top: 15px;
}
.hf-sugg_buttons a {
  display: block;
  border-radius: 5px;
  padding: 12px 5px;
  width: 100%;
  color: #ffffff;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  transition: all 200ms ease;
}
.hf-sugg_buttons a.detalle {
  display: none;
  color: #00a9e0;
  background-color: #ffffff;
  border: 1px solid #dedede;
  text-decoration: none;
}
.hf-sugg_buttons a.solicitud {
  background-color: #5bc500;
  border: 1px solid #5bc500;
}
.hf-sugg_buttons a.solicitud:hover {
  text-decoration: none;
  background-color: rgba(91, 197, 0, 0.1);
  color: #5bc500;
}
.hf-sugg_extra span {
  display: block;
  padding: 13px 5px;
  border-radius: 0 0 10px 10px;
  margin: 15px -10px -10px -10px;
  font: 13px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
  background-color: #f7f7f7;
}
.hf-sugg_extra em {
  font-family: "Telefonica-Bold", arial, sans-serif;
  font-style: normal;
  color: #e9426d;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.pac-container {
  margin-top: 2px;
  overflow: unset;
  z-index: 110001;
  border-radius: 5px;
  border-top: 0;
}
.pac-container:after {
  content: none;
}
.pac-container .pac-item {
  text-align: left;
  padding: 15px;
  background-color: #ffffff;
  border: 0;
  color: #999999;
}
.pac-container .pac-item:first-child {
  border-radius: 5px 5px 0 0;
}
.pac-container .pac-item:last-child {
  border-radius: 0 0 5px 5px;
}
.pac-container .pac-item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.pac-container .pac-item:only-of-type {
  border-radius: 5px;
}
.pac-container .pac-item span {
  font: 16px "Telefonica-Regular", arial, sans-serif;
}
.pac-container .pac-item span.pac-matched {
  font-family: "Telefonica-Bold", arial, sans-serif;
  color: #000000;
}
.pac-container .pac-item:hover {
  background-color: #00a9e0;
  color: #ffffff;
  cursor: pointer;
}
.pac-container .pac-item:hover .pac-item-query, .pac-container .pac-item:hover span.pac-matched {
  color: #ffffff;
}
.pac-container .pac-item-selected {
  background-color: #00a9e0;
  color: #ffffff;
}
.pac-container .pac-item-selected .pac-item-query, .pac-container .pac-item-selected span.pac-matched {
  color: #ffffff;
}
.pac-container .pac-icon-marker {
  display: none;
}

ul.ui-menu {
  margin-top: 2px;
  list-style: none;
  padding-top: 0px;
  top: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 130px;
  z-index: 110001;
  border-radius: 5px;
  border: 0 !important;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}
ul.ui-menu > li.ui-menu-item {
  height: unset;
  padding: 8px 15px;
  text-align: left;
  border: 0;
  background-color: #ffffff;
  font: 16px "Telefonica-Regular", arial, sans-serif;
  color: #999999;
}
ul.ui-menu > li.ui-menu-item:first-child {
  border-radius: 5px 5px 0 0;
}
ul.ui-menu > li.ui-menu-item:last-child {
  border-radius: 0 0 5px 5px;
}
ul.ui-menu > li.ui-menu-item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
ul.ui-menu > li.ui-menu-item:only-of-type {
  border-radius: 5px;
}
ul.ui-menu > li.ui-menu-item.ui-state-focus {
  margin: 0;
}
ul.ui-menu > li.ui-menu-item:hover {
  background-color: #00a9e0;
  color: #ffffff;
  cursor: pointer;
}

#renderParr {
  display: none;
}

@media all and (max-width: 1070px) {
  .hf-parr_col {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .hf-parr_header h3 {
    font-size: 18px;
  }
  .hf-parr_header span {
    font-size: 13px;
  }
  .hf-parr_price span > strong {
    font-size: 26px;
  }

  .hf-addons_row {
    flex-wrap: wrap;
    padding: 36px 10px 10px;
  }
  .hf-addons_row > .add-item {
    width: calc((100% / 3) - 10px);
    margin: 0 5px 25px;
  }
  .hf-addons_row > .add-item:nth-of-type(3):after {
    content: none;
  }
  .hf-addons_row > .add-item:nth-child(4), .hf-addons_row > .add-item:nth-child(5) {
    width: calc((100% / 2) - 10px);
  }

  .hf-mplay_center p {
    font-size: 14px;
  }
  .hf-mplay_center h3 {
    font-size: 16px;
  }

  .hf-smodal_col {
    padding: 10px;
  }
  .hf-smodal_col figure h3 {
    font-size: 16px;
  }
  .hf-smodal_col figure h3 span {
    margin-top: 0px;
  }
  .hf-smodal_col figure img {
    max-width: 40px;
    margin-right: 10px;
  }
  .hf-smodal_fullcol {
    padding: 10px;
  }
}
@media all and (max-width: 991px) {
  .hf-hero_container h1 {
    font-size: 34px;
  }
  .hf-hero_container h2 {
    font-size: 24px;
  }

  .hf-parr_container {
    flex-wrap: wrap;
  }
  .hf-parr_col {
    margin-top: 0px !important;
    width: calc((100% / 3) - 10px );
    margin-bottom: 30px;
  }
  .hf-parr_header {
    height: 90px !important;
  }

  .hf-smodal_col {
    padding: 10px 10px 15px 10px;
  }
  .hf-smodal_col figure {
    width: 220px;
    padding-right: 15px;
  }
  .hf-smodal_col p {
    width: calc(100% - 440px);
  }

  .hf-sugg > h2 {
    font-size: 24px;
  }
  .hf-sugg > nav a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .hf-sugg > nav a span {
    display: none;
  }
  .hf-sugg_parr {
    width: calc(100% - 10px );
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media all and (max-width: 768px) {
  .hf-hero_container {
    text-align: center;
  }
  .hf-hero_container h1 {
    font-size: 24px;
  }
  .hf-hero_container h2 {
    font-size: 16px;
  }

  .hf-morph_btn {
    max-width: 255px;
    font-size: 16px;
    padding: 13px 5px;
    margin: 0px auto 0;
  }
  .hf-morph_btn span.desk {
    display: none;
  }
  .hf-morph_btn span.mob {
    display: block;
  }
  .hf-morph_window {
    max-height: 55px;
    margin: -56px auto 0;
    max-width: 255px;
  }
  .hf-morph_header h3 {
    font-size: 18px;
  }
  .hf-morph_header p {
    font-size: 14px;
  }
  .hf-morph_form {
    flex-wrap: wrap;
  }
  .hf-morph_form > div:first-of-type, .hf-morph_form > div:last-of-type {
    width: 100%;
  }
  .hf-morph_form > div:first-of-type:not(:last-of-type), .hf-morph_form > div:last-of-type:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .hf-parr_header:hover h3 {
    color: #4d4d4d;
  }
  .hf-parr_col {
    width: calc((100% / 2) - 20px );
    max-width: 100%;
  }
  .hf-parr_body {
    display: none;
    padding: 20px 0px 10px;
  }
  .hf-parr_body.active {
    display: block;
  }
  .hf-parr_content .highlight-image {
    max-width: 140px;
  }
  .hf-parr_content.hf-noffer {
    min-height: auto;
  }
  .hf-parr_card {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .hf-parr_header {
    width: 50%;
    text-align: left;
    position: relative;
    padding: 0;
  }
  .hf-parr_header .exclusivo-tag {
    position: absolute;
    top: -27px;
    right: -85px;
    left: unset;
    bottom: unset;
  }
  .hf-parr_header h3 {
    font: 18px "Telefonica-Regular", arial, sans-serif;
    color: #4d4d4d;
    margin-bottom: 0;
  }
  .hf-parr_header h3 span {
    color: #999999;
  }
  .hf-parr_price {
    margin-top: 0;
    padding-top: 0;
    border: 0;
    width: 50%;
    text-align: right;
    line-height: 1.1;
  }
  .hf-parr_price span > strong {
    font-size: 24px;
  }
  .hf-parr_footer {
    width: 100%;
    padding: 15px 0 0;
    border-top: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
  }
  .hf-parr_footer a {
    font-size: 15px;
  }
  .hf-parr_footer a.details {
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hf-parr_footer a.details.active .chevdown {
    transform: rotate(-135deg);
    margin-top: 3px;
  }
  .hf-parr_footer a.solicitude {
    width: calc(50% - 10px);
  }
  .hf-parr_desc {
    padding-left: 0;
    padding-right: 0;
  }
  .hf-parr_desc.active {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hf-parr_desc.active p {
    border-radius: 0px;
  }
  .hf-parr_desc p {
    border-radius: 0 0 10px 10px;
    margin: 15px -10px -10px -10px;
  }
  .hf-parr_desc p strong {
    display: inline;
  }
  .hf-parr_fullplan {
    display: block;
  }

  .hf-mplay_left {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .hf-mplay_center {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .hf-mplay_right {
    width: 100%;
    padding: 15px;
  }
  .hf-mplay_right a {
    max-width: 180px;
    width: 100%;
    padding: 15px 5px;
  }

  .hf-smodal_header {
    padding: 35px 15px 15px;
  }
  .hf-smodal_header h3 {
    font: 16px "Telefonica-Regular", arial, sans-serif;
  }
  .hf-smodal_body {
    padding: 0 15px 35px;
  }
  .hf-smodal_col {
    width: 100%;
  }
  .hf-smodal_col:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .hf-smodal_col figure {
    padding-right: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    border-right: 0;
  }
  .hf-smodal_col p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .hf-smodal_col a {
    margin: 30px auto 0px;
  }
  .hf-smodal_fullcol p {
    font-size: 14px;
  }
  .hf-smodal_fullcol ul {
    padding-left: 10px;
  }
  .hf-smodal_fullcol ul li {
    font-size: 14px;
  }

  .hf-sugg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hf-sugg_parr {
    width: calc((100% / 2) - 20px );
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .hf-sugg_pbody {
    display: none;
  }
  .hf-sugg_pheader {
    width: calc(50% - 5px);
    text-align: left;
    padding: 0;
  }
  .hf-sugg_pheader strong {
    font: 18px "Telefonica-Regular", arial, sans-serif;
  }
  .hf-sugg_pfooter {
    width: calc(50% - 5px);
    text-align: right;
  }
  .hf-sugg_pfooter > span {
    top: -30px;
    right: calc(100% - 80px);
    left: unset;
  }
  .hf-sugg_pfooter > p em {
    font-size: 24px;
  }
  .hf-sugg_pfooter > strong {
    line-height: 0.1;
  }
  .hf-sugg_pfooter > strong span {
    display: block;
  }
  .hf-sugg_buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .hf-sugg_buttons a.detalle {
    display: block;
    width: calc(50% - 5px);
  }
  .hf-sugg_buttons a.solicitud {
    width: calc(50% - 5px);
  }
  .hf-sugg_extra {
    width: 100%;
  }

  .pac-container {
    max-height: 160px;
    overflow: auto;
    border-radius: 5px;
  }
  .pac-container .pac-item {
    padding: 5px 15px 5px;
  }
  .pac-container .pac-item > span:last-child {
    margin-top: -5px;
    display: block;
    font-size: 13px;
  }

  .mvf-address-container > ul.ui-menu {
    border-radius: 5px;
    max-height: 160px;
    margin-top: -8px;
    top: 50px;
  }
  .mvf-address-container > ul.ui-menu li:first-child {
    border-radius: 5px 5px 0 0;
  }
  .mvf-address-container > ul.ui-menu li:last-child {
    border-radius: 0 0 5px 5px;
  }
  .mvf-address-container > ul.ui-menu li:only-of-type {
    border-radius: 5px;
  }

  .nofound-alert {
    top: 75px !important;
  }
}
@media all and (max-width: 640px) {
  .hf-morph_error, .hf-morph_success {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hf-morph_error > img, .hf-morph_success > img {
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .hf-morph_error > div, .hf-morph_success > div {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .hf-morph_error > div h3, .hf-morph_success > div h3 {
    font: 15px "Telefonica-Regular", arial, sans-serif;
  }
  .hf-morph_error > div a em, .hf-morph_success > div a em {
    font: 15px "Telefonica-Regular", arial, sans-serif;
  }
  .hf-morph_error > div a span, .hf-morph_success > div a span {
    display: none;
  }
  .hf-morph_error .factb-btn, .hf-morph_success .factb-btn {
    width: calc(50% - 5px);
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px;
    font: 14px "Telefonica-Regular", arial, sans-serif;
    text-align: left;
    line-height: 1.2;
    max-width: 100%;
  }
  .hf-morph_error .factb-btn img, .hf-morph_success .factb-btn img {
    width: 25px;
  }
  .hf-morph_error .factb-btn.factb-btnmob, .hf-morph_success .factb-btn.factb-btnmob {
    display: flex;
  }
  .hf-morph_map.isMap {
    margin-bottom: 0px;
  }
  .hf-morph_form .tooltip {
    top: unset;
    bottom: calc(-100% + 15px);
  }
  .hf-morph_form .tooltip:after {
    top: -5px;
    bottom: unset;
  }

  .hf-parr_container {
    flex-direction: column;
    align-items: center;
  }
  .hf-parr_col {
    width: 100%;
    max-width: 340px;
    margin-left: 0;
    margin-right: 0;
  }
  .hf-parr_col:last-child {
    margin-bottom: 0;
  }

  .hf-addons {
    margin-top: 0px;
  }
  .hf-addons_row {
    padding: 15px 10px;
  }
  .hf-addons_row > .add-item {
    width: 100% !important;
    margin: 0;
    padding-top: 13px;
    justify-content: flex-start;
  }
  .hf-addons_row > .add-item:not(:last-child) {
    border-bottom: 1px solid #ededed;
    padding-bottom: 13px;
  }
  .hf-addons_row > .add-item:after {
    content: none !important;
  }
  .hf-addons_row > .add-item em {
    display: inline-block;
  }
  .hf-addons_row > .add-item span {
    font-size: 15px;
  }

  .hf-sugg > h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hf-sugg > nav a {
    margin-left: 2px;
    flex-direction: column;
    font-size: 15px;
    padding: 10px 3px;
    width: calc(33% - 0px);
    margin-left: 0;
    margin-right: 0;
  }
  .hf-sugg > nav a:not(:last-child) {
    margin-right: 2px;
  }
  .hf-sugg > nav a:not(:first-child) {
    margin-left: 2px;
  }
  .hf-sugg > nav a em {
    margin-left: 0;
    font-size: 12px;
  }
  .hf-sugg > nav a span {
    display: none;
  }
  .hf-sugg_parr {
    width: 100%;
    max-width: 340px;
    margin-left: 0;
    margin-right: 0;
  }
  .hf-sugg_buttons {
    width: 100%;
  }
  .hf-sugg_extra {
    width: 100%;
  }
  .hf-sugg_tabcont > div {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 1070px) {
  .ih-need_content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ih-need_col {
    width: calc((100% / 3) - 5px);
    padding: 20px 10px;
  }

  .ih-help_container > a {
    padding: 15px 10px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .ih-help_container > a:last-of-type {
    padding-right: 35px;
  }

  .ih-modal_col {
    padding: 10px;
  }
  .ih-modal_col figure h3 {
    font-size: 16px;
  }
  .ih-modal_col figure h3 span {
    margin-top: 0px;
  }
  .ih-modal_col figure img {
    max-width: 40px;
    margin-right: 10px;
  }
  .ih-modal_fullcol {
    padding: 10px;
  }
}
@media all and (max-width: 991px) {
  .ih-need .add {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .ih-need .add:not(:first-of-type) {
    padding-top: 30px;
  }
  .ih-need .add img {
    max-width: 30px;
    margin-right: 5px;
  }
  .ih-need .add > div input {
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .ih-need .add > div button {
    height: 25px;
    width: 25px;
  }
  .ih-need label {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .ih-need_recommended {
    padding: 15px 30px;
  }
  .ih-need_rep {
    padding: 15px 30px;
  }

  .ih-smart_container h2 {
    font: 26px "Telefonica-Regular", arial, sans-serif;
    margin-bottom: 10px;
  }
  .ih-smart_container > p {
    font-size: 18px;
  }
  .ih-smart_gtabs > a {
    height: 110px;
  }
  .ih-smart_gtabs > a img {
    max-width: 50px;
  }

  .ih-modal_col {
    padding: 10px 10px 15px 10px;
  }
  .ih-modal_col figure {
    width: 220px;
    padding-right: 15px;
  }
  .ih-modal_col p {
    width: calc(100% - 440px);
  }
}
@media all and (max-width: 768px) {
  .ih-need_col {
    width: 100%;
  }
  .ih-need_col:not(:first-of-type) {
    margin-top: 15px;
  }
  .ih-need_container h2 {
    font-size: 18px;
    text-align: left;
    padding: 20px 60px 20px 0;
  }
  .ih-need_container h2:after {
    right: 15px;
  }
  .ih-need .add {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .ih-need .add img {
    max-width: 35px;
  }
  .ih-need .add:not(:first-of-type) {
    padding-top: 15px;
  }
  .ih-need .add > div input {
    width: 40px;
  }
  .ih-need label {
    font-size: 15px;
  }
  .ih-need_recommended {
    padding: 15px;
  }
  .ih-need_recommended:after {
    width: 100%;
    height: 10px;
  }
  .ih-need_result h3 {
    font-size: 16px;
  }
  .ih-need_result h3 br {
    display: block;
  }
  .ih-need_item {
    width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ih-need_item:nth-of-type(1) h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ih-need_item:nth-of-type(1) p {
    font-size: 14px;
  }
  .ih-need_item:nth-of-type(2) a img {
    max-width: 140px;
  }
  .ih-need_item:nth-of-type(2) figure img {
    max-width: 25px;
  }
  .ih-need_item:nth-of-type(2) figcaption {
    font-size: 14px;
  }
  .ih-need_item:not(:last-of-type):after {
    width: 100%;
    height: 1px;
    top: unset;
    right: 0;
    bottom: 0;
  }
  .ih-need_rep {
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }

  .ih-fibra {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ih-fibra_container h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .ih-fibra_container p {
    line-height: unset;
  }

  .ih-smart_gtabs {
    border-radius: 0;
  }
  .ih-smart_gtabs > a {
    height: 70px;
    width: 100%;
    border-radius: 0;
  }
  .ih-smart_gtabs > a:first-of-type, .ih-smart_gtabs > a:nth-of-type(2), .ih-smart_gtabs > a:last-of-type {
    order: unset;
  }
  .ih-smart_gtabs > a:nth-last-of-type(2) {
    border-left: 0;
    border-right: 0;
  }
  .ih-smart_gtabs > a:not(:last-of-type) {
    border-bottom: 1px solid #e9eae8;
  }
  .ih-smart_gtabs > a.active {
    border-bottom: 1px solid #e9eae8;
  }
  .ih-smart_gtabs > a.active:after {
    content: none;
  }
  .ih-smart_gtabs > div {
    padding: 20px 10px;
  }
  .ih-smart_gtabs > div.active-tab {
    order: unset;
  }
  .ih-smart_gtabs .tb-media_nlist {
    padding: 10px 10px 10px 20px;
  }
  .ih-smart_gtabs .tb-media p {
    font-size: 16px;
  }

  .ih-speed h3 {
    font-size: 17px;
  }
  .ih-speed a {
    padding: 13px 5px;
    font-size: 14px;
  }

  .ih-modal_header {
    padding: 35px 15px 15px;
  }
  .ih-modal_header h3 {
    font: 16px "Telefonica-Regular", arial, sans-serif;
  }
  .ih-modal_body {
    padding: 0 15px 35px;
  }
  .ih-modal_col {
    width: 100%;
  }
  .ih-modal_col:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .ih-modal_col figure {
    padding-right: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    border-right: 0;
  }
  .ih-modal_col p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .ih-modal_col a {
    margin: 30px auto 0px;
  }
  .ih-modal_fullcol p {
    font-size: 14px;
  }
  .ih-modal_fullcol ul {
    padding-left: 10px;
  }
  .ih-modal_fullcol ul li {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .ih-parr {
    padding-bottom: 10px;
  }
  .ih-parr_container {
    flex-direction: column;
    align-items: center;
  }
  .ih-parr_col {
    width: 100%;
    max-width: 340px;
    margin-left: 0;
    margin-right: 0;
  }

  .ih-smart {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ih-smart_container h2 {
    font-size: 19px;
  }
  .ih-smart_container > p {
    font-size: 14px;
  }
  .ih-smart_gtabs .tb-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .ih-smart_gtabs .tb-media {
    padding: 10px 10px 20px;
  }
  .ih-smart_gtabs .tb-media figure {
    max-width: inherit;
    margin-bottom: 20px;
  }
  .ih-smart_gtabs .tb-media ul {
    width: 100%;
  }
  .ih-smart_gtabs .tb-media ul li {
    font-size: 14px;
  }
  .ih-smart_gtabs .tb-download {
    display: flex;
  }
  .ih-smart_gtabs .tb-detail {
    padding: 25px 10px;
    flex-wrap: wrap;
  }
  .ih-smart_gtabs .tb-detail img {
    margin-right: 0;
  }
  .ih-smart_gtabs .tb-price {
    font-size: 18px;
  }

  .ih-need_result {
    padding: 0 0 20px;
  }
  .ih-need_rep {
    text-align: center;
  }
  .ih-need_rep > div {
    padding: 0;
  }
  .ih-need_rep img {
    margin-left: 0;
    margin-bottom: 15px;
    max-width: 70px;
  }

  .ih-help {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ih-help_container h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ih-help_container > a {
    width: 100%;
  }
  .ih-help_container > a:last-of-type {
    margin-bottom: 40px;
  }
  .ih-help_pwrapper {
    padding: 20px 10px;
    text-align: center;
    flex-wrap: wrap;
  }
  .ih-help_pwrapper p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .ih-terms {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ih-terms_container h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ih-terms_wrapper ul li {
    font-size: 14px;
  }
  .ih-terms_wrapper ul li.tit {
    padding-top: 10px;
  }
  .ih-terms_button em {
    width: calc(100% - 60px);
  }
}

/*# sourceMappingURL=bundle.css.map */
