@font-face {
  font-family: "TelefonicaWeb-Bold";
  src: url("../fonts/TelefonicaWeb-Bold.eot");
  src: url("../fonts/TelefonicaWeb-Bold.eot?iefix") format("eot"), url("../fonts/TelefonicaWeb-Bold.woff") format("woff"), url("../fonts/TelefonicaWeb-Bold.ttf") format("truetype"), url("../fonts/TelefonicaWeb-Bold.svg#webfontZhAFkZ39") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelefonicaWeb-Regular";
  src: url("../fonts/TelefonicaWeb-Regular.eot");
  src: url("../fonts/TelefonicaWeb-Regular.eot?iefix") format("eot"), url("../fonts/TelefonicaWeb-Regular.woff") format("woff"), url("../fonts/TelefonicaWeb-Regular.ttf") format("truetype"), url("../fonts/TelefonicaWeb-Regular.svg#webfontZhAFkZ39") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelefonicaWeb-RegularItalic";
  src: url("../fonts/TelefonicaWeb-RegularItalic.eot");
  src: url("../fonts/TelefonicaWeb-RegularItalic.eot?iefix") format("eot"), url("../fonts/TelefonicaWeb-RegularItalic.woff") format("woff"), url("../fonts/TelefonicaWeb-RegularItalic.ttf") format("truetype"), url("../fonts/TelefonicaWeb-RegularItalic.svg#webfontZhAFkZ39") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelefonicaWeb-Light";
  src: url("../fonts/TelefonicaWeb-Light.eot");
  src: url("../fonts/TelefonicaWeb-Light.eot?iefix") format("eot"), url("../fonts/TelefonicaWeb-Light.woff") format("woff"), url("../fonts/TelefonicaWeb-Light.ttf") format("truetype"), url("../fonts/TelefonicaWeb-Light.svg#webfontZhAFkZ39") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelefonicaWeb-ExtraLight";
  src: url("../fonts/TelefonicaWeb-ExtraLight.eot");
  src: url("../fonts/TelefonicaWeb-ExtraLight.eot?iefix") format("eot"), url("../fonts/TelefonicaWeb-ExtraLight.woff") format("woff"), url("../fonts/TelefonicaWeb-ExtraLight.ttf") format("truetype"), url("../fonts/TelefonicaWeb-ExtraLight.svg#webfontZhAFkZ39") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TelefonicaWeb-Hand";
  src: url("../fonts/TelefonicaWeb-Hand.eot");
  src: url("../fonts/TelefonicaWeb-Hand.eot?iefix") format("eot"), url("../fonts/TelefonicaWeb-Hand.woff") format("woff"), url("../fonts/TelefonicaWeb-Hand.ttf") format("truetype"), url("../fonts/TelefonicaWeb-Hand.svg#webfontZhAFkZ39") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mv-container-fluid {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mv-container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mv-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.mv-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mv-img-fluid {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
}

.allow-on-client {
  display: none;
}

.mf-columns {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.mf-duo, .mf-triple, .mf-hogar, .mf-addons {
  padding-top: 70px;
  background-color: #f7f7f7;
}
.mf-hogar .mv-container, .mf-duo .mv-container {
  border-bottom: 1px solid #dedede;
  padding-bottom: 60px;
}
.mf-addons .mv-container {
  padding-bottom: 60px;
}
.mf-addons .mv-row {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}

.mfa-welcome {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url("../img/f.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfa-welcome:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: linear-gradient(rgb(0, 153, 204) 0%, rgb(11, 11, 11) 100%);
  background: -webkit-linear-gradient(top, rgb(0, 153, 204) 0%, rgb(11, 11, 11) 100%);
  background: linear-gradient(to bottom, rgb(0, 153, 204) 0%, rgb(11, 11, 11) 100%);
}
.mfa-welcome_wrapper {
  position: relative;
  z-index: 9;
  text-align: center;
  max-width: 991px;
  width: 100%;
}
.mfa-welcome_header {
  padding: 15px;
  margin-bottom: 0px;
}
.mfa-welcome_header img {
  max-width: 290px;
  width: 100%;
  margin-bottom: 5px;
}
.mfa-welcome_header h3 {
  font: 30px "TelefonicaWeb-Light", arial, sans-serif;
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
.mfa-welcome_header h3 strong {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.mfa-welcome_content {
  padding: 10px 15px 35px;
}
.mfa-welcome_content p {
  font: 22px "TelefonicaWeb-Light", arial, sans-serif;
  margin-bottom: 25px;
  color: #ffffff;
}
.mfa-welcome_content a {
  display: block;
  width: calc(50% - 25px);
  font-size: 16px;
  padding: 15px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.mfa-welcome_content a:hover {
  text-decoration: none;
}
.mfa-welcome_content strong {
  font: 20px "TelefonicaWeb-Bold", arial, sans-serif;
}

.mfa {
  /* caja con productos */
}
.mfa_tag {
  max-width: 190px;
  width: 100%;
  border-radius: 50px;
  background-color: #e9426d;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 3px;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 95px);
  top: -15px;
}
.mfa_title {
  text-align: center;
  margin-bottom: 50px;
}
.mfa_title h2, .mfa_title h1 {
  font: 38px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.mfa_title h2 strong, .mfa_title h1 strong {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.mfa_title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfa_title img {
  min-width: 40px;
  width: 40px;
  margin-right: 10px;
}
.mfa_title p {
  font-size: 19px;
  color: #808080;
  margin-bottom: 0;
  text-align: left;
}
.mfa_title p strong {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  color: #e9426d;
}
.mfa_title p b {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.mfa_column {
  position: relative;
  width: calc(33.3333333333% - 30px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.mfa_header {
  background-color: #019DF4;
  color: #ffffff;
  padding: 20px 10px;
  border-radius: 5px 5px 0 0;
}
.mfa_header p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.8;
}
.mfa_header h3 {
  font: 25px "TelefonicaWeb-Bold", arial, sans-serif;
  margin-bottom: 0;
}
.mfa_content {
  position: relative;
  background-color: #f0fbff;
  padding: 10px 20px;
}
.mfa_content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #808080;
}
.mfa_content p strong {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  font-weight: normal;
}
.mfa_content p strong.pink {
  color: #e9426d;
}
.mfa_content:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f0fbff;
  left: calc(50% - 10px);
  bottom: -10px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfa_content-button {
  text-align: center;
  padding: 10px 5px 5px;
}
.mfa_content-button a {
  color: #019DF4;
  font-size: 18px;
}
.mfa_content-button a:hover {
  text-decoration: none;
}
.mfa_footer {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.mfa_footer-column:first-child {
  width: calc(100% - 120px);
}
.mfa_footer-column:last-child {
  width: 120px;
}
.mfa_footer-offer {
  color: #5bc500;
  font-size: 14px;
  margin-bottom: -5px;
}
.mfa_footer-price {
  color: #5bc500;
  font: 28px "TelefonicaWeb-Regular", arial, sans-serif;
  margin-bottom: 0;
}
.mfa_footer-price span {
  font: 18px "TelefonicaWeb-Light", arial, sans-serif;
}
.mfa_footer-normal {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
}
.mfa_footer a {
  width: calc(100% - 15px);
  text-align: center;
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #5bc500;
  color: #ffffff;
  border: 1px solid #5bc500;
  transition: all 300ms ease;
}
.mfa_footer a:hover {
  text-decoration: none;
  background-color: rgba(110, 224, 9, 0.08);
  color: #5bc500;
}

.mfa-nav {
  padding: 20px 5px;
}
.mfa-nav_column:first-child {
  width: 200px;
}
.mfa-nav_column:last-child {
  text-align: right;
  width: calc(100% - 200px);
}
.mfa-nav_column p {
  margin-bottom: 0;
  color: #666666;
  font-size: 20px;
}
.mfa-nav_column p strong {
  color: #019DF4;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.mfa-nav_logod {
  width: 180px;
  float: left;
}
.mfa-nav_logom {
  display: none;
  width: 50px;
  float: left;
}
.mfa-nav_mobile {
  display: none;
}
.mfa-nav_mobile a:first-child {
  background-color: #5bc500;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 18px;
  margin-right: 10px;
}
.mfa-nav_mobile a:first-child:focus {
  text-decoration: none;
}
.mfa-nav_phone {
  width: 20px;
  margin-right: 5px;
}
.mfa-nav_wsp {
  width: 50px;
}
.mfa-nav .mv-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mfa-banner {
  position: relative;
  height: 250px;
  background-color: #5bc500;
  background-image: url("../img/banner/bh_Fibra-Speed_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mfa-banner .mobile {
  display: none;
}

.mfa-addons_title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.mfa-addons_title h3 {
  display: inline-block;
  font: 36px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
  background-color: #f7f7f7;
  z-index: 2;
  position: relative;
  padding: 0 15px;
}
.mfa-addons_title h3 strong {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.mfa-addons_title:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.mfa-addons_column {
  width: calc(20% - 30px);
}
.mfa-addons_image {
  margin-bottom: 10px;
}
.mfa-addons_image img {
  width: calc(33.3333333333% - 10px);
  height: auto;
  display: inline-block;
  margin-right: 5px;
}
.mfa-addons_content p {
  color: #666666;
  font: 13px "TelefonicaWeb-Light", arial, sans-serif;
  margin-bottom: 0;
}
.mfa-addons_content p strong {
  font: 20px "TelefonicaWeb-Bold", arial, sans-serif;
  display: block;
}

.mfa-form {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.mfa-form_hiddenselector {
  display: none;
}
.mfa-form_hiddenselector.active {
  display: block;
}
.mfa-form_title {
  text-align: center;
  margin-bottom: 50px;
}
.mfa-form_title h3 {
  font: 32px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.mfa-form_title p {
  font: 24px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
  color: #b3b3b3;
}
.mfa-form_error {
  z-index: 9;
  font-size: 13px;
  padding: 5px 10px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #e9426d;
  color: #ffffff;
  border-radius: 5px;
}
.mfa-form_error:after {
  position: absolute;
  content: "";
  left: 25%;
  bottom: -10px;
  border-style: solid;
  border-width: 5px;
  border-color: #e9426d transparent transparent transparent;
}
.mfa-form_group {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.mfa-form_group.chevron::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../img/icon-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mfa-form_group label {
  position: absolute;
  left: -120px;
  width: 100px;
  margin-bottom: 0;
  text-align: right;
  top: calc(50% - 15px);
  font: 22px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #4d4d4d;
}
.mfa-form_group input, .mfa-form_group select {
  height: 75px;
  padding: 5px 35px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dedede;
  transition: all 300ms ease;
  font: 18px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
}
.mfa-form_group input::placeholder, .mfa-form_group select::placeholder {
  color: #999999;
}
.mfa-form_group input:focus, .mfa-form_group select:focus {
  border: 1px solid #019DF4;
  outline: none;
}
.mfa-form_group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 18px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
}
.mfa-form_group select::-ms-expand {
  display: none;
}
.mfa-form_group button {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #5bc500;
  border: 1px solid #5bc500;
  color: #ffffff;
  padding: 25px 20px;
  cursor: pointer;
  font: 18px "TelefonicaWeb-Bold", arial, sans-serif;
  transition: all 300ms ease;
}
.mfa-form_group button:focus {
  outline: none;
}
.mfa-form_group button:hover {
  text-decoration: none;
  background-color: rgba(91, 197, 0, 0.08);
  color: #5bc500;
}
.mfa-form_group button img {
  width: 20px;
}
.mfa-form .switch {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0;
  margin-top: 15px;
  color: #999999;
  cursor: pointer;
}
.mfa-form .switch.disabled {
  display: none;
}
.mfa-form_success {
  display: none;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.mfa-form_success img {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.mfa-form_success.active {
  display: block;
  -webkit-animation: slideDown 300ms ease;
  animation: slideDown 300ms ease;
}
.mfa-form_calling {
  font: 32px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.mfa-form_callingdetail {
  font: 24px "TelefonicaWeb-Light", arial, sans-serif;
  margin-bottom: 0;
  color: #b3b3b3;
}
.mfa-form_footer {
  border-top: 1px solid #dedede;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.mfa-form_footer p {
  margin-bottom: 0;
}

.mfa-terms {
  padding-top: 70px;
  background-color: #f2f2f2;
}
.mfa-terms_title {
  text-align: center;
  margin-bottom: 50px;
}
.mfa-terms_title h3 {
  font: 32px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.mfa-terms_wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.mfa-terms_wrapper:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
}
.mfa-terms_wrapper-active {
  height: auto;
}
.mfa-terms_wrapper-active:after {
  content: none;
}
.mfa-terms_list {
  list-style: none;
  padding-left: 15px;
}
.mfa-terms_list li:not(.mfa-terms_highlight) {
  position: relative;
  color: #707070;
  margin-bottom: 15px;
  font-size: 14px;
}
.mfa-terms_list li:not(.mfa-terms_highlight):after {
  content: "";
  position: absolute;
  top: 5px;
  left: -12px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left: 5px solid #019DF4;
  border-radius: 3px;
}
.mfa-terms_list li:not(.mfa-terms_highlight) a {
  color: #019DF4;
}
.mfa-terms_list li:not(.mfa-terms_highlight) ul {
  margin-top: 20px;
}
.mfa-terms_list li:not(.mfa-terms_highlight) ul li {
  list-style: none;
}
.mfa-terms_highlight {
  position: relative;
  color: #4d4d4d;
  margin-bottom: 15px;
  font: 16px "TelefonicaWeb-Bold", arial, sans-serif;
}
.mfa-terms_button {
  padding: 35px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfa-terms_button .icon-plus {
  position: relative;
  border-radius: 13px;
  border: 2px solid #019DF4;
  height: 30px;
  width: 30px;
  margin-right: 15px;
}
.mfa-terms_button .icon-plus .i-left {
  position: absolute;
  background-color: #019DF4;
  height: calc(100% - 14px);
  width: 2px;
  top: 7px;
  left: calc(50% - 1px);
  transition: all 300ms ease;
}
.mfa-terms_button .icon-plus .i-right {
  position: absolute;
  background-color: #019DF4;
  height: 2px;
  width: calc(100% - 14px);
  top: calc(50% - 1px);
  left: 7px;
  transition: all 300ms ease;
}
.mfa-terms_button-active .icon-plus .i-left {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mfa-terms_button-active .icon-plus .i-right {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mfa-terms_button p {
  margin-bottom: 0;
  color: #019DF4;
}
.mfa-terms_button:hover {
  color: #019DF4;
  text-decoration: none;
}

.show {
  display: none;
}

.mfa_content p strong.light {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  font-weight: normal;
}

.show-more .mfa_content-body p {
  text-transform: capitalize;
}
.show-more .mpa-fibra, .show-more .mpa-television, .show-more .mpa-telefonia {
  position: relative;
  padding: 15px 10px 15px 55px;
  border-bottom: solid 1px #bfe7ff;
  line-height: 1.4;
}
.show-more .mpa-fibra:after, .show-more .mpa-television:after, .show-more .mpa-telefonia:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 15px;
  background-repeat: no-repeat;
}
.show-more .show {
  display: inline-block;
}
.show-more .hide {
  display: none;
}
.show-more p strong.light {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.show-more .mpa-fibra::after {
  background-image: url("../img/icon-fibra.svg");
}
.show-more .mpa-telefonia::after {
  background-image: url("../img/icon-telefonia.svg");
}
.show-more .mpa-television::after {
  background-image: url("../img/icon-television.svg");
}

.mfa-modal {
  overflow-y: auto;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 300ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.mfa-modal_close {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  cursor: pointer;
}
.mfa-modal_success {
  display: none;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mfa-modal_success img {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.mfa-modal_success.active {
  display: block;
  -webkit-animation: slideDown 300ms ease;
  animation: slideDown 300ms ease;
}
.mfa-modal_calling {
  font: 30px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.mfa-modal_callingdetail {
  font: 18px "TelefonicaWeb-Light", arial, sans-serif;
  margin-bottom: 0;
  color: #999999;
}
.mfa-modal_hiddenselector {
  display: none;
}
.mfa-modal_hiddenselector.active {
  display: block;
}
.mfa-modal_container {
  position: relative;
  margin-top: -40px;
  width: 100%;
  max-width: 769px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 300ms ease;
}
.mfa-modal-active {
  visibility: visible;
  opacity: 1;
}
.mfa-modal-active .mfa-modal_container {
  margin-top: 0px;
}
.mfa-modal_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.mfa-modal_title h3 {
  font: 22px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #4d4d4d;
  margin-bottom: 0;
}
.mfa-modal_title p {
  font: 18px "TelefonicaWeb-Light", arial, sans-serif;
  margin-bottom: 0;
  color: #808080;
}
.mfa-modal_form {
  max-width: 340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.mfa-modal_form .switch {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0;
  margin-top: 10px;
  color: #999999;
  cursor: pointer;
}
.mfa-modal_fgroup {
  position: relative;
  margin-bottom: 20px;
}
.mfa-modal_fgroup.chevron::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../img/icon-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mfa-modal_fgroup label {
  display: block;
  margin-bottom: 5px;
  font: 18px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #4d4d4d;
}
.mfa-modal_fgroup input, .mfa-modal_fgroup select {
  padding: 10px 15px;
  width: 100%;
  height: 65px;
  border-radius: 5px;
  border: 1px solid #dedede;
  font: 18px "TelefonicaWeb-Light", arial, sans-serif;
  color: #4d4d4d;
  transition: all 300ms ease;
}
.mfa-modal_fgroup input::placeholder, .mfa-modal_fgroup select::placeholder {
  color: #999999;
}
.mfa-modal_fgroup input:focus, .mfa-modal_fgroup select:focus {
  border: 1px solid #019DF4;
  outline: none;
}
.mfa-modal_fgroup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mfa-modal_fgroup select::-ms-expand {
  display: none;
}
.mfa-modal_fgroup button {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #5bc500;
  border: 1px solid #5bc500;
  color: #ffffff;
  padding: 20px;
  cursor: pointer;
  font: 18px "TelefonicaWeb-Bold", arial, sans-serif;
  transition: all 300ms ease;
}
.mfa-modal_fgroup button:hover {
  text-decoration: none;
  background-color: rgba(91, 197, 0, 0.08);
  color: #5bc500;
}
.mfa-modal_fgroup button:focus {
  outline: none;
}
.mfa-modal_fgroup button img {
  width: 20px;
}
.mfa-modal_footer {
  border-top: 1px solid #dedede;
  padding: 20px 30px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.mfa-modal_footer p {
  margin-bottom: 0;
}

.hf-addons_container {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 60px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -10px;
}

.hf-addons_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 15px);
  text-decoration: none;
}

.hf-addons_item img {
  width: 100%;
  max-width: 45px;
  margin-right: 10px;
}

.hf-addons_item em {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  font-style: normal;
  color: #00a9e0;
  display: block;
}

.hf-addons_item p {
  width: calc(100% - 55px);
  margin-bottom: 0;
  font: 15px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #666666;
}

.hf-addons_item.no-modal em {
  color: #4d4d4d;
}

.hf-addons_item:not(:first-child)::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc;
}

.hf-smodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 20px;
  background-color: rgba(76, 76, 76, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  overflow-y: auto;
}

.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%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  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 "TelefonicaWeb-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hf-smodal_col {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dedede;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.hf-smodal_col figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 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 "TelefonicaWeb-Bold", arial, sans-serif;
  margin-bottom: 0;
}

.hf-smodal_col figure h3 span {
  margin-top: 5px;
  display: block;
  font: 14px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #888;
}

.hf-smodal_col p {
  font: 15px "TelefonicaWeb-Regular", arial, sans-serif;
  line-height: normal;
  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 "TelefonicaWeb-Regular", arial, sans-serif;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hf-smodal_btn:hover {
  color: #00a9e0;
  background-color: rgba(0, 169, 224, 0.1);
  text-decoration: none;
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.d-none {
  display: none !important;
}

.bg-blue {
  background-color: #F2FAFF;
}

.terminos-btn {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  margin: 32px auto;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #019DF4;
}

.main-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #0B2739;
}

#mainfooter {
  display: none !important;
}

@media all and (max-width: 1065px) {
  .mf-addons .mv-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mfa {
    /* secciones */
  }
  .mfa_column {
    width: calc(33.3333333333% - 10px);
  }
  .mfa_footer {
    padding: 10px;
  }
  .mfa_footer-column {
    width: 50%;
  }
  .mfa_footer-price {
    font-size: 25px;
  }
  .mfa-addons_content p strong {
    font-size: 17px;
  }
  .mfa-addons_column {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mfa-addons_column:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .mfa-addons_column:nth-child(4) img:first-child {
    width: 30px;
    float: left;
  }
  .mfa-addons_column:nth-child(4) img:last-child {
    width: 30px;
    float: right;
    margin-right: 0px;
  }
  .mfa-addons_image {
    width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .mfa-addons_image img {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .mfa-banner {
    height: 200px;
  }
}
@media all and (max-width: 850px) {
  .mf-duo .mv-row, .mf-triple .mv-row, .mf-hogar .mv-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mfa_title {
    margin-bottom: 30px;
  }
  .mfa_title h2, .mfa_title h1 {
    font-size: 30px;
  }
  .mfa_column {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
    margin-bottom: 35px;
  }
  .mfa-addons_title h3 {
    font-size: 30px;
  }
  .mfa-welcome_header h3 {
    font-size: 28px;
  }
  .mfa-welcome_content p {
    font-size: 20px;
  }
  .mfa-welcome_content a {
    width: calc(50% - 15px);
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .mfa-banner {
    height: 220px;
    background-position: 40% center;
  }
  .hf-addons_item {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .hf-addons_item:not(:first-child)::after {
    width: 100%;
    height: 1px;
    top: 0px;
    left: 0;
  }
  .hf-addons_container {
    padding: 15px 10px;
  }
}
@media all and (max-width: 670px) {
  .mf-mastercontainer {
    margin-top: 70px;
  }
  .mf-duo .mv-row, .mf-triple .mv-row, .mf-hogar .mv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mf-duo, .mf-triple, .mf-hogar, .mf-addons, .mf-terms {
    padding-top: 40px;
  }
  .mf-duo .mv-container, .mf-triple .mv-container {
    padding-bottom: 40px;
  }
  .mf-addons .mv-container {
    padding-bottom: 40px;
  }
  .mfa-welcome_header {
    padding-bottom: 0;
  }
  .mfa-welcome_header h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .mfa-welcome_content .mv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mfa-welcome_content p {
    font-size: 18px;
  }
  .mfa-welcome_content a {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 13px;
    padding: 10px 5px;
  }
  .mfa-welcome_content strong {
    font-size: 17px;
  }
  .mfa-nav {
    padding: 10px 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .mfa-nav_desktop {
    display: none;
  }
  .mfa-nav_logod {
    display: none;
  }
  .mfa-nav_logom {
    display: block;
  }
  .mfa-nav_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mfa-nav_column:first-child, .mfa-nav_column:last-child {
    width: unset;
  }
  .mfa-banner {
    height: auto;
    background-image: none;
  }
  .mfa-banner .mobile {
    display: block;
    width: 100%;
  }
  .mfa-addons_column {
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
  .mfa-addons_title h3 {
    font-size: 20px;
  }
  .mfa-addons_title:after {
    top: inherit;
    bottom: -25px;
  }
  .mfa-form {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .mfa-form_title h3 {
    font-size: 23px;
  }
  .mfa-form_title p {
    font-size: 18px;
  }
  .mfa-form_group {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .mfa-form_group.chevron::after {
    top: calc(50% + 3px);
    right: 10px;
    height: 16px;
    width: 16px;
  }
  .mfa-form_group label {
    font-size: 16px;
    position: relative;
    left: 0;
    text-align: left;
    margin-bottom: 5px;
    display: block;
  }
  .mfa-form_group input, .mfa-form_group select {
    padding: 15px;
    font-size: 16px;
    height: 65px;
  }
  .mfa-form_group button {
    padding: 20px 10px;
  }
  .mfa-form_calling {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .mfa-form_callingdetail {
    font-size: 16px;
  }
  .mfa-form_footer br {
    display: none;
  }
  .mfa-terms_title h3 {
    font-size: 24px;
  }
  .mfa-modal_success {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mfa-modal_calling {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .mfa-modal_callingdetail {
    font-size: 16px;
  }
  .mfa-modal_footer {
    padding: 10px 0px;
    line-height: 1.3;
  }
  .mfa-modal_fgroup input, .mfa-modal_fgroup select {
    font-size: 16px;
  }
  .mfa_title h2, .mfa_title h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .mfa_title h2 strong, .mfa_title h1 strong {
    font-size: 24px;
    display: block;
    line-height: 1;
  }
  .mfa_column {
    width: 100%;
    max-width: 340px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .main-footer {
    height: 70px;
  }
  .mf-addons .mv-row {
    border-bottom: 0;
  }
  .mfa_header h3 {
    font-size: 21px;
  }
  .mfa_title p {
    font-size: 14px;
    line-height: 1.2;
  }
  .mfa_footer-offer {
    margin-bottom: 0px;
  }
  .mfa-banner_wrapper p {
    font-size: 15px;
  }
  .mfa-banner_wrapper h1 {
    font-size: 42px;
  }
  .mfa-modal_title {
    margin-top: 40px;
    text-align: left;
  }
  .mfa-modal_title h3 {
    font-size: 18px;
  }
  .mfa-modal_title p {
    font-size: 14px;
  }
}
.mv-row {
  justify-content: center;
}

.hf-parr {
  margin-top: -240px;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.hf-parr *, .hf-parr *:after, .hf-parr *:before {
  box-sizing: border-box;
  text-decoration: none;
  vertical-align: unset;
}
.hf-parr_container {
  margin-top: 65px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
}
.hf-parr_container.loading .hf-parr_col:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.hf-parr_col {
  position: relative;
  border-radius: 5px 5px 0 0;
  border-top: 5px solid #019DF4;
  position: relative;
  width: calc(100% - 20px);
  max-width: 270px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  /* &:nth-child(5) {
      margin-top: 80px;
      .hf-parr_header { height: 40px; }
  }

  &:nth-child(6) {
      margin-top: 100px;
      .hf-parr_header { height: 25px; }
  } */
}
.hf-parr_col:nth-child(1) .hf-parr_header {
  height: 190px;
}
.hf-parr_col:nth-child(2) {
  margin-top: 40px;
}
.hf-parr_col:nth-child(2) .hf-parr_header {
  height: 150px;
}
.hf-parr_col:nth-child(3) {
  margin-top: 80px;
}
.hf-parr_col:nth-child(3) .hf-parr_header {
  height: 110px;
}
.hf-parr_col:nth-child(4) {
  margin-top: 100px;
}
.hf-parr_col:nth-child(4) .hf-parr_header {
  height: 90px;
}
.hf-parr_card {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
}
.hf-parr_header {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #dedede;
}
.hf-parr_header img {
  width: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  opacity: 0.5;
}
.hf-parr_header h3 {
  font: 22px TelefonicaWeb-Bold;
  color: #4d4d4d;
  margin-bottom: 0px;
  transition: all 300ms ease;
}
.hf-parr_header h3 span {
  display: block;
  font: 14px TelefonicaWeb-Regular;
}
.hf-parr_desc {
  width: 100%;
}
.hf-parr_desc p {
  font: 14px TelefonicaWeb-Regular;
  color: #999999;
  background-color: #f7f7f7;
  padding: 13px 5px;
  margin-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.hf-parr_desc p strong {
  font-family: TelefonicaWeb-Bold;
  color: #e9426d;
}
.hf-parr_desc a {
  text-decoration: none;
  color: #019DF4;
}
.hf-parr_desc a em {
  font-style: normal;
  font-family: TelefonicaWeb-Bold;
}
.hf-parr .main {
  border-top: 5px solid #5bc500;
}
.hf-parr .main .hf-parr_header h3 {
  color: #5bc500;
}
.hf-parr .main .hf-parr_header:hover {
  text-decoration: none;
}
.hf-parr .main .hf-parr_header:hover h3 {
  color: #5bc500;
}
.hf-parr .main .hf-parr_card {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.hf-parr_body {
  width: 100%;
  padding: 10px 10px 0;
  position: relative;
}
.hf-parr_body > .hf-parr_content:first-child {
  padding-top: 0px;
  border-top: 0;
}
.hf-parr_body .toggle-mored {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font: 12px "TelefonicaWeb-Regular", arial, sans-serif;
  text-decoration: none;
  color: #00a9e0;
  padding: 10px 0 10px;
  text-align: center;
  border-top: 1px solid #dedede;
  width: 100%;
}
.hf-parr_body .toggle-mored.active .chevydown {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.hf-parr_toggle {
  display: none;
}
.hf-parr_content {
  padding-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #dedede;
  display: flex;
  align-items: center;
}
.hf-parr_content strong {
  width: 100%;
  color: #4d4d4d;
}
.hf-parr_content p {
  text-align: left;
  margin-bottom: 0;
  font: 13px TelefonicaWeb-Regular;
  color: #808080;
}
.hf-parr_content p strong {
  color: #019DF4;
  display: block;
  font-family: TelefonicaWeb-Bold;
  font-weight: normal;
}
.hf-parr_content em {
  font: 13px TelefonicaWeb-Regular;
  font-style: normal;
  color: #019DF4;
  display: block;
}
.hf-parr_content.not-modal p em {
  color: #4d4d4d;
}
.hf-parr_content img {
  width: 100%;
  max-width: 35px;
  margin-right: 10px;
}
.hf-parr_content.mins {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.hf-parr_content.mins-wborder {
  border-bottom: 1px solid #dedede;
}
.hf-parr_content.hidden-block {
  visibility: hidden;
  opacity: 0;
}
.hf-parr_content:hover {
  text-decoration: none;
}
.hf-parr_content:last-child {
  border-bottom: 0;
}
.hf-parr_footer {
  padding: 10px;
}
.hf-parr_footer a {
  display: block;
  border-radius: 5px;
  padding: 12px 5px;
  width: 100%;
  color: #ffffff;
  font: 16px TelefonicaWeb-Regular;
  transition: all 300ms ease;
}
.hf-parr_footer a.details {
  display: none;
  color: #019DF4;
  background-color: #ffffff;
  border: 1px solid #dedede;
  text-decoration: none;
}
.hf-parr_footer a.details.active {
  color: #019DF4;
  background-color: rgba(0, 169, 224, 0.05);
  border: 1px solid rgba(0, 169, 224, 0.2);
}
.hf-parr_footer a.details.active .chevydown {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.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_price {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #dedede;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.hf-parr_price > p {
  font: 12px TelefonicaWeb-Bold;
  margin-bottom: 3px;
  color: #000000;
}
.hf-parr_price > p em {
  color: #e9426d;
  font-style: normal;
}
.hf-parr_price > span {
  display: block;
  font-size: 30px;
  color: #5bc500;
  margin-bottom: 0px;
  font: 18px TelefonicaWeb-Regular;
}
.hf-parr_price > span strong {
  font-family: TelefonicaWeb-Bold;
  font-size: 30px;
  vertical-align: baseline;
}
.hf-parr_price > em {
  font: 14px TelefonicaWeb-Regular;
  color: #86888C;
}
.hf-parr_price > em span {
  font-family: TelefonicaWeb-Bold;
  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: #019DF4;
  background-color: rgba(0, 169, 224, 0.1);
  padding: 13px 5px;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
  font: 15px TelefonicaWeb-Regular;
  margin: 10px -10px -10px;
}
.hf-parr_fullplan:hover {
  color: #019DF4;
}

.hf-parr_header.hf-parr_header_mov {
  display: none;
}

.cucarda-mov {
  display: none;
  font-size: 12px;
  font-weight: 300;
  font-family: telefonicaweb-light;
  padding: 5px 14px;
  background: #e9426d;
  border-radius: 50px;
  width: auto;
  color: white;
  align-self: center;
  margin-top: 10px;
  line-height: 1;
}

.chevydown {
  position: relative;
  margin-top: -6px;
  margin-left: 10px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-right: 1px solid #019DF4;
  border-bottom: 1px solid #019DF4;
  transform: rotate(45deg);
}

@media all and (max-width: 1070px) {
  .hf-hero {
    padding-bottom: 25px;
  }
  .hf-taby {
    margin-top: -75px;
  }
  .hf-parr {
    margin-top: 0;
  }
  .hf-parr_container {
    margin-top: 30px;
  }
  .hf-parr_col {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .hf-parr_col:nth-child(1), .hf-parr_col:nth-child(2), .hf-parr_col:nth-child(3), .hf-parr_col:nth-child(4), .hf-parr_col:nth-child(5), .hf-parr_col:nth-child(6) {
    margin-top: 0;
  }
  .hf-parr_col:nth-child(1) .hf-parr_header, .hf-parr_col:nth-child(2) .hf-parr_header, .hf-parr_col:nth-child(3) .hf-parr_header, .hf-parr_col:nth-child(4) .hf-parr_header, .hf-parr_col:nth-child(5) .hf-parr_header, .hf-parr_col:nth-child(6) .hf-parr_header {
    height: 135px;
  }
  .hf-parr_header h3 {
    font-size: 18px;
  }
  .hf-parr_header span {
    font-size: 13px;
  }
  .hf-parr_price span > strong {
    font-size: 26px;
  }
  .hf-addons_container {
    padding: 15px 10px;
  }
  .hf-addons_item p {
    font-size: 14px;
  }
  .hf-addons_item img {
    max-width: 40px;
  }
  .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 {
    margin-bottom: 0;
    padding: 0;
    background-color: inherit;
  }
  .hf-hero:after, .hf-hero:before {
    content: none;
  }
  .hf-hero_container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hf-hero_container:before, .hf-hero_container:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .hf-hero_container:before {
    background-image: linear-gradient(to bottom, rgba(1, 169, 224, 0.1) 0%, #0575BA 100%);
    z-index: -1;
  }
  .hf-hero_container:after {
    background: linear-gradient(45deg, #008fdb 0, #00a7e0 30%, #10afe3 50%, #4ac7f0 100%);
  }
  .hf-hero_container h1 {
    font-size: 34px;
  }
  .hf-hero_container h2 {
    font-size: 24px;
  }
  .hf-parr {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  .hf-parr_container {
    flex-wrap: wrap;
  }
  .hf-parr_col {
    margin-top: 0px !important;
    width: calc(33.3333333333% - 5px);
    margin-bottom: 30px;
  }
  .hf-parr_header {
    height: 90px !important;
  }
  .hf-parr_header img {
    display: none;
  }
  .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;
  }
  .hf-hidden {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .hf-parr_header.hf-parr_header_desk {
    display: none;
  }
  .hf-parr_header.hf-parr_header_mov {
    display: block;
  }
  .hf-parr_header_mov .cucarda {
    font-size: 11px;
    text-align: center;
    width: 149px;
  }
  .hf-hero_container {
    text-align: center;
  }
  .hf-hero_container h1 {
    font-size: 24px;
  }
  .hf-hero_container h2 {
    font-size: 17px;
  }
  .hf-morph_btn {
    max-width: 255px;
    font-size: 16px;
    padding: 13px 5px;
  }
  .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_container.loading .hf-parr_col {
    opacity: 0.6;
    pointer-events: none;
  }
  .hf-parr_container.loading .hf-parr_col:after {
    content: none;
  }
  .hf-parr_col {
    width: calc(50% - 20px);
    max-width: 100%;
  }
  .hf-parr_body {
    order: 4;
    display: none;
    padding: 0;
    padding-top: 12px;
    border-top: 1px solid #dedede;
  }
  .hf-parr_body.active {
    display: block;
    animation: slideDown 0.3s ease;
  }
  .hf-parr_body .toggle-mored {
    display: none;
  }
  .hf-parr_body .toggle-undo {
    display: none;
  }
  .hf-parr_content .highlight-image {
    max-width: 140px;
  }
  .hf-parr_card {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 10px 10px;
  }
  .hf-parr_header {
    width: 50%;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
    order: 1;
    pointer-events: none;
    border-bottom: 0;
  }
  .hf-parr_header h3 {
    font: 18px TelefonicaWeb-Regular;
    color: #4d4d4d;
    margin-bottom: 0;
  }
  .hf-parr_header h3 span {
    color: #999999;
  }
  .hf-parr_excerpt {
    width: 100%;
    order: 3;
    padding: 10px;
    border-top: 1px solid #dedede;
  }
  .hf-parr_price {
    order: 2;
    margin-top: 0;
    padding-top: 0;
    border: 0;
    width: 50%;
    text-align: right;
    line-height: 1.1;
  }
  .hf-parr_price > p {
    font-size: 11px;
  }
  .hf-parr_price > em {
    font-size: 13px;
  }
  .hf-parr_price > span strong {
    font-size: 24px;
  }
  .hf-parr_footer {
    order: 5;
    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 {
    order: 6;
    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_toggle {
    display: block;
  }
  .hf-parr_fullplan {
    display: block;
  }
  .hf-addons h3 {
    font-size: 17px;
  }
  .hf-addons_item {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .hf-addons_item:not(:first-child):after {
    width: 100%;
    height: 1px;
    top: 0px;
    left: 0;
  }
  .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 TelefonicaWeb-Regular;
  }
  .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(50% - 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 TelefonicaWeb-Regular;
  }
  .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 {
    padding: 0;
  }
  .hf-morph_response {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hf-morph_response > img {
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .hf-morph_response > div {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .hf-morph_response > div h3 {
    font: 15px TelefonicaWeb-Regular;
  }
  .hf-morph_response > div a em {
    font: 15px TelefonicaWeb-Regular;
  }
  .hf-morph_response > div a span {
    display: none;
  }
  .hf-morph_response .factb-btn {
    width: calc(50% - 5px);
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px;
    font: 14px TelefonicaWeb-Regular;
    text-align: left;
    line-height: 1.2;
    max-width: 100%;
  }
  .hf-morph_response .factb-btn img {
    width: 25px;
  }
  .hf-morph_response .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-tabnav {
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
  }
  .hf-tabnav a {
    font-size: 13px;
    width: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .hf-tabnav a strong {
    font-size: 15px;
  }
  .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 h2 strong {
    display: block;
  }
  .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;
  }
  .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);
  }
}
@media all and (max-width: 360px) {
  .hf-parr_header_mov .cucarda {
    font-size: 10px;
    padding: 5px 7px;
  }
  .hf-parr_header_mov .cucarda {
    width: 128px;
  }
}
.hero {
  background-image: url(../img/banner/banner-octubre-2024.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 284px;
  padding-top: 68px;
  position: relative;
}
.hero_container {
  max-width: 1168px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.hero_title_desktop {
  display: block;
  max-width: 516px;
  font-size: 32px;
  color: white;
}
.hero_title_desktop span {
  font-size: 28px;
}
.hero_title_mobile {
  display: none;
}

.menu {
  position: relative;
  background-color: white;
  width: max-content;
  display: flex;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 8px;
  margin-top: -29px;
  box-shadow: 0px 2px 3px 0px rgba(133, 133, 133, 0.1);
}
.menu_item {
  font-size: 16px;
  color: #1b1b1c;
  padding: 11px 32px;
  border-radius: 8px;
  transition: all ease-in 0.15s;
}
.menu_item br {
  display: none;
}
.menu_item:hover {
  background-color: #f3f3f4;
}
.menu .active {
  background-color: #019df4;
  color: white;
}

@media (max-width: 800px) {
  .hero {
    background-image: url(../img/banner/banner-octubre-2024-mb.jpg);
    min-height: 233px;
    padding-top: 21px;
    overflow: hidden;
  }
  .hero_title_desktop {
    display: none;
  }
  .hero_title_mobile {
    display: block;
    font-size: 20px;
    color: white;
  }
  .hero_title_mobile span {
    font-size: 14px;
    line-height: 135%;
    max-width: 158px;
    width: 100%;
    display: block;
  }
  .menu {
    margin-top: 0px;
    gap: 8px;
  }
  .menu_overflow {
    padding: 0px 20px;
    overflow-x: scroll;
    width: 100%;
    position: relative;
    margin-top: -32px;
  }
  .menu_item {
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 135%;
  }
  .menu_item br {
    display: block;
  }
}
@media (min-width: 1700px) {
  .hero {
    background-position: center;
    min-height: 376px;
    padding-top: 98px;
  }
}
.only-mb {
  display: none;
}

@media all and (max-width: 768px) {
  .only-mb {
    display: block;
  }
}
.banheader {
  background: url(../img/bh-header-perplexity_v2_desktop.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.banheader > picture img {
  display: block;
  width: 100%;
}
.banheader_img {
  width: 100%;
  max-width: 710px;
  transition: filter 0.15s ease-in-out;
}
.banheader_img:hover {
  filter: drop-shadow(0 0 6px #019df4);
}
.banheader_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  min-height: 284px;
}
.banheader_wrap_right {
  display: flex;
  justify-content: end;
  margin-right: -11%;
  position: relative;
  height: 284px;
  align-items: end;
}
.banheader_wrap_right_img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  object-position: right;
  height: 251px;
  width: fit-content;
}
.banheader_wrap_right_img_logo {
  max-width: 250px;
  height: 284px;
  margin-right: -15%;
  padding-bottom: 8%;
}
.banheader_title {
  display: block;
  margin-bottom: 30px;
}
.banheader_title > h2 {
  color: #fff;
  font-weight: normal;
  max-width: max-content;
  font-size: clamp(16px, 3vw, 20px);
  font-family: "TelefonicaWeb-Light";
  line-height: 125%;
}
.banheader_title > h1 {
  color: #fff;
  display: block;
  font-family: "TelefonicaWeb-Regular";
  font-size: clamp(22px, 3vw, 32px);
  line-height: 100%;
  margin-bottom: 8px;
}

.banheader_wrap_left a {
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-flex;
  transition: filter 0.15s ease-in-out;
  align-items: center;
  overflow: hidden;
}
.banheader_wrap_left a .info_left {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
  flex-direction: column;
  width: max-content;
  padding: 0 22px 0 0;
}
.banheader_wrap_left a .info_right {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
  flex-direction: column;
  padding: 0 22px;
  border-left: 2px solid rgba(17, 168, 255, 0.2);
  border-right: 2px solid rgba(17, 168, 255, 0.2);
}

.banheader_wrap_left .mvtst_banner_includes {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(13px, 3vw, 14px);
  align-items: center;
  max-width: fit-content;
}
.banheader_wrap_left .mvtst_banner_includes div {
  display: flex;
  gap: 6px;
}
.banheader_wrap_left .mvtst_banner_includes img {
  width: 24px;
}

.banheader_wrap_left .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banheader_wrap_left .info_left .cucarda {
  font-size: 16px;
  font-family: "TelefonicaWeb-Bold";
  color: #102F43;
  background: #73FDA1;
  border-radius: 40px;
  padding: 2px 6px;
}
.banheader_wrap_left .info_left .banheader_in_text {
  font-size: 14px;
  line-height: 125%;
  font-family: "TelefonicaWeb-Regular";
  color: #fff;
  margin-bottom: 20px;
}
.banheader_wrap_left .info_right {
  position: relative;
}

.banheader_wrap_left .info.bigger {
  gap: 6px;
}
.banheader_wrap_left .info.bigger .info_right {
  position: initial;
}
.banheader_wrap_left .info.bigger .banheader_in_title {
  font-size: clamp(13px, 3vw, 18px);
  margin-top: 12px;
}
.banheader_wrap_left .info.bigger .banheader_in_price {
  flex-direction: column;
  gap: 0;
}
.banheader_wrap_left .info.bigger .banheader_in_price p {
  font-size: clamp(34px, 3vw, 44px);
  font-family: "TelefonicaWeb-Bold";
}
.banheader_wrap_left .info.bigger .banheader_in_price em {
  max-width: none;
}

.banheader_in_discount {
  font-family: "TelefonicaWeb-Light";
  font-size: clamp(9px, 3vw, 20px);
  line-height: 100%;
  color: #fff;
  border: 2px solid #fff;
  padding: 4px 8px;
  border-radius: 15px;
  display: block;
  width: fit-content;
}
.banheader_in_cucarda {
  color: #fff;
  font-size: 20px;
  font-family: "TelefonicaWeb-Bold";
  margin-top: 4px;
  display: flex;
  gap: 4px;
}
.banheader_in_cucarda p {
  color: #fff;
}
.banheader_in_price {
  display: flex;
  gap: 10px;
  margin-bottom: 4px;
  align-items: baseline;
}
.banheader_in_price p {
  color: #fff;
  font-size: clamp(30px, 3vw, 32px);
  line-height: 100%;
  letter-spacing: -1.5px;
}
.banheader_in_price em {
  font-family: "TelefonicaWeb-Light";
  font-size: clamp(9px, 3vw, 15px);
  line-height: 100%;
  color: #fff;
  text-wrap: balance;
  text-align: left;
  max-width: 55px;
}
.banheader_in_subprice {
  color: #808E97;
  font-size: clamp(9px, 3vw, 14px);
  text-align: left;
}
.banheader_in_more {
  font-size: clamp(14px, 3vw, 20px);
  padding: 0 5px 0 17px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #fff;
  font-family: "TelefonicaWeb-Bold";
}
.banheader_in_more i {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}
.banheader_in_title {
  color: #fff;
  font-size: clamp(12px, 3vw, 20px);
  font-family: "TelefonicaWeb-Light";
  display: block;
}
.banheader_in_subtitle {
  color: #fff;
  font-size: clamp(18px, 3vw, 30px);
}
.banheader_in_subtitle s {
  font-family: "TelefonicaWeb-Regular";
}
.banheader_in_subtitle_price {
  display: inline-block;
  color: #73FDA1;
  background: #102F43;
  font-size: clamp(17px, 3vw, 32px);
  font-family: "TelefonicaWeb-Bold";
  border-radius: 40px;
  padding: 12px 7px 2px;
  position: relative;
}
.banheader_in_subtitle_price small {
  font-size: clamp(10px, 2vw, 12px);
  position: absolute;
  top: 2px;
  left: 14px;
}
.banheader_in_instalacion {
  color: #fff;
  font-size: 14px;
  font-family: "TelefonicaWeb-Regular";
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.banheader_in_button {
  height: 40px;
  width: fit-content;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-family: "TelefonicaWeb-Bold";
  font-size: 14px;
  padding: 11px 24px;
  color: #0097EE;
  gap: 8px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .banheader {
    background: url(../img/bh-header-perplexity_v2_mobile.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
  }
  .banheader_wrap {
    padding: 12px 16px 21px;
    gap: 24px;
    position: relative;
    align-items: center;
    height: 170px;
    min-height: 0;
  }
  .banheader_wrap > div {
    width: 100%;
  }
  .banheader_wrap > div.banheader_wrap_right {
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    max-width: unset;
    margin: unset;
    height: 160px;
    align-items: flex-end;
    display: none;
  }
  .banheader_wrap > div .banheader_wrap_right_img {
    object-fit: contain;
    height: 284px;
    max-width: 400px;
  }
  .banheader_wrap > div.banheader_wrap_left {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 65%;
  }
  .banheader_wrap > div.banheader_wrap_left .info_left .cucarda {
    font-size: 12px;
  }
  .banheader_wrap > div.banheader_wrap_left .info_left .banheader_in_title {
    margin-top: 2px;
    line-height: 130%;
  }
  .banheader_wrap > div.banheader_wrap_left .info_left .banheader_in_subtitle {
    line-height: 130%;
  }
  .banheader_wrap > div.banheader_wrap_left a.only-mb {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
  }
  .banheader_title {
    margin: 0;
    max-width: 220px;
    text-wrap: unset;
  }
  .banheader_title em {
    display: block;
  }
  .banheader_in_more {
    padding: 0;
  }
  .banheader_in_more i {
    transform: rotate(45deg) scale(0.7) translateY(5px);
  }
  .banheader_img {
    max-width: 347px;
    margin-bottom: -80px;
  }
  .banheader_wrap_left a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .banheader_wrap_left a .info_right {
    padding: 0;
    border: unset;
  }
  .banheader_in_cucarda {
    font-size: 13px;
  }
  .banheader_in_instalacion {
    gap: 4px;
    margin-top: 17px;
    font-size: 13px;
  }
  .banheader_in_instalacion img {
    width: 16px;
  }
  .banheader_in_button {
    display: none !important;
  }
}
@media (max-width: 642px) {
  .banheader_wrap > div .banheader_wrap_right_img {
    height: auto;
    max-width: 160px;
  }
}
.plan_cards {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.plan_card {
  max-width: 314px;
  width: 100%;
  background-color: white;
  border-radius: 8px;
  padding: 42px 20px 50px 20px;
  position: relative;
  color: #0b2739;
}
.plan_cucarda {
  position: absolute;
  top: 0;
  background-color: #5bc500;
  color: white;
  width: 100%;
  margin-top: -8px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  padding: 1px;
  width: 114px;
  right: 0;
  line-height: 140%;
  padding: 1px 6px 2px 6px;
}
.plan_tipo {
  font-size: 14px;
}
.plan_nombre {
  font-size: 32px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.plan_extra {
  font-size: 14px;
}
.plan_logos {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}
.plan_precios {
  margin-top: 24px;
}
.plan_precios-container {
  display: flex;
  gap: clamp(6px, 1vw, 8px);
}
.plan_ahorra {
  font-size: 16px;
  background-color: #feeef5;
  color: #e63780;
  width: max-content;
  padding: 3px 6px;
}
.plan_ahorra.cyber {
  font: 14px/125% "TelefonicaWeb-Bold", arial, sans-serif;
  color: #fff;
  padding: 2px 6px;
  background: #001d5b;
  border-radius: 4px;
}
.plan_ahorra.cyber:first-of-type {
    background: #e63780;
}
.plan_precio {
  margin-top: 6px;
  font-size: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.plan_precio span {
  color: #3c5261;
  font-size: 16px;
}
.plan_precio span del {
  color: #b1bac0;
}
.plan_luego {
  font-size: 16px;
  color: #808e97;
}
.plan_adicional {
  border-radius: 12px;
  border: 1px solid #eee;
  display: flex;
  padding: 18px 16px;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.plan_adicional input {
  width: 24px;
  height: 24px;
  border: 2px solid #b6b7b7;
}
.plan_adicional .info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.plan_botones button {
  display: none;
}
.plan_botones .active-btn img {
  transform: rotate(-180deg);
}
.plan_factibilidad {
  display: block;
  width: 100%;
  border-radius: 50px;
  background-color: #019df4;
  color: white;
  font-size: 16px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  padding: 13px;
  text-align: center;
  margin-top: 24px;
}
.plan_detalles .item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  color: #50535a;
}
.plan_detalles .item .title {
  font-size: 14px;
  margin-bottom: 4px;
}
.plan_detalles .item .title span {
  color: #019df4;
}
.plan_detalles .item .text {
  font-size: 14px;
}
.plan_detalles .item .text span {
  color: #019df4;
  cursor: pointer;
}
.plan_detalles .detalle-tooltip {
  position: relative;
}
.plan_detalles .tooltip {
  color: #fff;
  display: none;
  background-color: #3c5261;
  width: 272px;
  height: 68px;
  align-items: center;
  text-align: start;
  padding-left: 14px;
  padding-top: 14px;
  position: absolute;
  top: 45px;
  z-index: 20;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border-radius: 12px;
  white-space: break-spaces;
  font-size: 13px;
}
.plan_detalles .tooltip img {
  margin: 0 !important;
  position: absolute;
  top: 10px;
  width: 12px;
  right: 10px;
  cursor: pointer;
  display: initial !important;
}
.plan_detalles .tooltip::after {
  content: "";
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background-color: #3c5261;
  position: absolute;
  bottom: 60px;
  left: 182px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.plan_card.cyber {
  background: linear-gradient(180deg, #0E58A4 0%, #0186E9 100%);
  border: none;
  color: #fff;
  box-shadow: 0px 0px 15px 0px #01f0f7;
  border: 2px solid #01f0f7;
}
.plan_card.cyber .plan_cucarda {
  width: fit-content;
  left: initial;
  right: 18px;
  top: -17px;
  background: #001d5b !important;
  font: 16px/125% "TelefonicaWeb-Bold", arial, sans-serif;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0;
}
.plan_card.cyber .plan_datos {
  border-bottom: 1px solid #E7E7E8;
}
.plan_card.cyber .plan_precio span, .plan_card.cyber .plan_precio del, .plan_card.cyber .plan_luego {
  color: #fff;
}
.plan_card.cyber .plan_detalles .item, .plan_card.cyber .plan_detalles .item span {
  color: #fff;
}
.plan_card.cyber .plan_detalles .item img {
  filter: brightness(0) invert(1);
  max-width: 30px;
}
.plan_card.cyber .plan_factibilidad {
  background: #fff;
  color: #0097EE;
}
.plan_card.cyber .perplexity {
  color: #fff;
}
.plan_card.cyber .perplexity span {
  color: #fff !important;
  text-decoration: underline;
}

@media (max-width: 800px) {
  .plan_card {
    margin-top: 10px;
    padding: 42px 16px 50px;
    width: 278px !important;
    height: 590px;
  }
  .plan_card.cyber .plan_datos {
    border-bottom: 0px;
  }
  .plan_card.cyber .plan_botones button {
    border: 1px solid #fff;
    color: #fff;
  }
  .plan_card.cyber .plan_botones button img {
    filter: brightness(0) invert(1);
  }
}
#tooltipBtn .tooltip {
  top: calc(100% + 12px);
}

#tooltipBtn .tooltip.wifi6 {
  right: 40%;
}

#tooltipBtn .tooltip.perplexity {
  height: 80px;
}

#tooltipBtn .tooltip.perplexity::after {
  bottom: 70px;
}

#tooltipBtn {
  position: relative;
}

#tooltipBtn.text-blue trigger {
  color: #019df4;
  cursor: pointer;
  white-space: nowrap;
}

section.new_cards #tooltipBtn .tooltip {
  white-space: unset;
  height: unset;
  padding: 16px;
  min-width: 274px;
}
section.new_cards #tooltipBtn .tooltip p {
  color: #fff;
  margin-bottom: 0;
}
section.new_cards #tooltipBtn .tooltip #close_tt {
  min-width: 15px;
  min-height: 15px;
  position: relative !important;
  inset: unset !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg) translate(4px, -4px);
}
section.new_cards #tooltipBtn .tooltip > span {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}
section.new_cards #tooltipBtn .tooltip #close_tt:after, section.new_cards #tooltipBtn .tooltip #close_tt:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  position: absolute;
}
section.new_cards #tooltipBtn .tooltip #close_tt:before {
  transform: rotate(90deg);
}
section.new_cards #tooltipBtn .tooltip::after {
  bottom: unset;
  top: -12px;
  transform: unset;
  width: 20px;
  height: 12px;
  background: transparent;
  border-bottom: 12px solid #3c5261;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
section.new_cards h3 > .cucarda-nueva {
  display: none;
}
section.new_cards .cucarda_ofs {
  background: #FEEEF5;
  color: #E63780;
  font-size: 14px;
  line-height: 130%;
  border-radius: 4px;
  padding: 3px 6px;
  text-align: left;
  width: max-content;
}
section.new_cards .cards_viewmore {
  display: none;
}
section.new_cards .cards-pack_header {
  padding: 0;
  height: unset !important;
  margin-bottom: 12px;
}
section.new_cards .cards-pack_header h3 {
  font-size: 20px;
}
section.new_cards .cards-pack_header em {
  font-size: clamp(20px, 3vw, 20px);
  line-height: 100%;
  color: #0B2739;
}
section.new_cards .cards-pack_header small {
  font-size: clamp(14px, 3vw, 16px);
  color: #3C5261;
  line-height: 100%;
}
section.new_cards .cards-pack_footer {
  padding: 0;
}
section.new_cards .cards-pack_footer a {
  margin: 0 !important;
  width: unset !important;
}
section.new_cards .cards-pack_col {
  border-top: unset;
  padding: 24px;
  max-width: 362px;
}
section.new_cards .cards-pack_container {
  max-width: unset;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}
section.new_cards .cards-pack-mark {
  position: absolute;
  right: 12px;
  top: -15px;
  font-family: "TelefonicaWeb-light";
  font-size: clamp(13px, 3vw, 14px);
  font-weight: 700;
  line-height: 135%;
}
section.new_cards .cards-pack-mark:empty {
  display: none;
}
section.new_cards .cards-pack_price {
  padding: 0;
  width: unset;
  border: unset;
  text-align: right;
}
section.new_cards .cards-pack_price .price {
  font-size: clamp(20px, 3vw, 20px);
  font-weight: 700;
  line-height: 27px;
  color: #36363B;
  margin: 2px 0 0 0;
}
section.new_cards .cards-pack_price .price span {
  font-size: 20px;
  font-weight: 400;
  color: #6B6D70;
}
section.new_cards .cards-pack_price .normal {
  line-height: 20px;
  font-size: clamp(14px, 3vw, 14px);
  color: #6B6D70;
}
section.new_cards .cards-pack_price .if_parrilla_attr {
  border-top: 1px solid #EFEFEF;
  display: block;
  width: 100%;
  padding: 24px 0 0;
  margin: 24px 0 14px;
}
section.new_cards .cards-pack_disney-combo {
  margin: 0 0 24px;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-flex;
  max-width: unset !important;
  border: 1px solid #9EA0A3;
  border-radius: 8px;
}
section.new_cards .cards-pack_disney-combo div {
  padding: 16px;
  gap: 10px;
  border: unset;
  background: unset;
  height: unset;
  min-height: 52px;
}
section.new_cards .cards-pack_disney-combo div span {
  color: #313235;
  font-size: 14px;
  line-height: 100%;
}
section.new_cards .cards-pack_disney-combo div span strong {
  font-family: "TelefonicaWeb-Regular";
  font-weight: bold;
}
section.new_cards .cards-pack_disney-combo div > img {
  width: 40px !important;
}
section.new_cards .cards-pack_disney-combo:has(input:checked) {
  background: #EBF7FF;
  border-color: #0097EE;
}
section.new_cards .cards-pack_price .if_parrilla_attr > span {
  font-size: 14px;
  color: #808E97;
  line-height: 125%;
  display: block;
  margin-bottom: 8px;
}
section.new_cards .cards-pack_price .if_parrilla_attr > span em {
  font-family: "TelefonicaWeb-regular";
  color: #019DF4;
}
section.new_cards .cards-pack_price .if_parrilla_attr img {
  border-radius: 10px;
  margin-right: 8px;
  max-width: 38px !important;
}
section.new_cards .cards-pack_price .price small {
  display: none;
}
section.new_cards .cards-pack_body {
  padding: 20px 0 24px;
  height: unset;
  min-height: 130px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
section.new_cards .cards-pack_body button {
  border: unset !important;
  padding: 0 !important;
}
section.new_cards .cards-pack_body span.text {
  font-size: 14px;
  color: #6B6D70;
  line-height: 125%;
  display: block;
  margin-bottom: 8px;
}
section.new_cards .cards-pack-item {
  font-size: 14px;
}
section.new_cards .cards-pack-item img {
  margin-right: 8px;
}
section.new_cards .cards-pack-item em {
  font-family: inherit;
  font-weight: 700;
}
section.new_cards .cards-pack-item em s {
  text-decoration: none;
  font-weight: normal;
}

@media (max-width: 991px) {
  section.new_cards .cards_viewmore {
    border: 1px solid #019df4;
    border-radius: 50px;
    padding: 13px;
    width: 50%;
    color: #019df4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  section.new_cards .cards_viewmore.active i {
    transform: rotate(-135deg);
    margin: 5px 0 0 8px;
  }
  section.new_cards .cards_viewmore i {
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #019df4;
    border-top: unset;
    border-left: unset;
    transform: rotate(45deg);
    margin: -6px 0 0 10px;
  }
  section.new_cards .cards-pack_col {
    max-width: 498px;
    margin-bottom: 12px;
    padding-top: 30px;
  }
  section.new_cards .cards-pack_body {
    display: none;
  }
  section.new_cards .cards-pack_footer {
    display: flex;
    gap: 8px;
  }
  section.new_cards .cards-pack_footer a {
    width: 50% !important;
  }
  section.new_cards .cards-pack_body.data-show {
    display: flex;
    min-height: unset;
    padding-top: 0;
  }
  section.new_cards .cards-pack_price .if_parrilla_attr {
    padding: 16px 0;
    margin: 16px 0 0;
  }
  section.new_cards .cards-pack_disney-combo {
    margin: 0 0 16px;
  }
  section.new_cards .if_parrilla_attr {
    padding-bottom: 24px;
  }
  section.new_cards .if_parrilla_attr img {
    max-width: 40px !important;
  }
}
@media (max-width: 800px) {
  #tooltipBtn .tooltip.wifi6 {
    right: 0%;
  }
  .plan_detalles .tooltip.wifi6::after {
    left: 60px;
  }
}
.cards-pack_col,
.if-head {
  text-align: unset !important;
}

.cards-pack_footer .solicitude {
  text-align: center;
}

.new_cards .cards-pack-tag {
  display: unset;
  font-size: unset;
}
.new_cards .cards-pack-item em {
  display: unset;
}
.new_cards .cards-pack_body button:not(:first-child) ul {
  list-style-type: none;
  padding: 0;
}
.new_cards .cards-pack_body button:not(:first-child) ul li {
  margin: 0;
  padding-top: 4px;
}
.new_cards .t_pink {
  color: #e63780;
  font-weight: 700;
  font-family: "TelefonicaWeb-Regular";
}
.new_cards .cards-pack_disney-combo div input:not(:checked) + .slider {
  border: 2px solid #9EA0A3;
}
.new_cards .cards-pack_col:has(.cards-pack_disney-combo div input:checked) .hide_thisknee {
  opacity: 1;
}
.new_cards .cards-pack_col:has(.cards-pack_disney-combo div input:checked) .price {
  color: #e63780;
}
.new_cards .hide_thisknee {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.new_cards .cards-pack_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #CED4D7;
}
.new_cards .if_parrilla_attr {
  display: block;
  text-align: unset !important;
  padding-top: 20px;
}
.new_cards .if_parrilla_attr span {
  color: #6B6D70;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.new_cards .if_parrilla_attr img {
  max-width: 32px !important;
}
.new_cards .if_parrilla_attr img:not(:last-of-type) {
  margin-right: 8px;
}

.cards-pack_disney-combo div {
  box-shadow: none;
  border-radius: 12px;
  border: 1px solid #EEE;
  justify-content: flex-start;
  gap: 20px;
  padding: 0 0 0 20px;
  cursor: pointer;
  user-select: none;
}
.cards-pack_disney-combo div .switch {
  order: 1;
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-pack_disney-combo div * {
  order: 2;
}
.cards-pack_disney-combo div input:checked + .slider {
  background-color: #019DF4;
  background-size: 12px;
  border-color: transparent;
}
.cards-pack_disney-combo div .slider {
  all: unset;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 26% !important;
  border: 2px solid #cfcfcf;
  background-image: url(../img/check_wht.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  transition: background-size 0.15s ease-in-out;
  cursor: pointer;
}
.cards-pack_disney-combo div .slider:before {
  content: unset;
}

.planes-incluyen {
  max-width: 1168px;
  margin: 0 auto;
  margin-top: 60px;
}
.planes-incluyen-title {
  font-size: 32px;
  color: #1b1b1c;
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
  text-align: center;
  margin-bottom: 32px;
}
.planes-incluyen-list {
  margin-top: 16px;
  background-color: white;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  gap: 32px;
}
.planes-incluyen-list h3 {
  max-width: 135px;
  width: 100%;
  font-size: 18px;
  color: #3c5261;
}
.planes-incluyen-list .item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 350px;
  width: 100%;
}
.planes-incluyen-list .item h4 {
  font-size: 16px;
  color: #0b2739;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.planes-incluyen-list .item h4 span {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  color: #808e97;
}
.planes-incluyen-list .item p {
  font-size: 14px;
  color: #3c5261;
  line-height: 125%;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.planes-incluyen-list .item p .btn {
  color: #019DF4;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  font-size: 14px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
}

@media (max-width: 800px) {
  .planes-incluyen {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
  .planes-incluyen-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .planes-incluyen-list {
    padding: 16px;
    gap: 16px;
    flex-direction: column;
  }
  .planes-incluyen-list h3 {
    font-size: 16px;
  }
  .planes-incluyen-list .item > img {
    width: 32px;
  }
  .planes-incluyen-list .item h4 {
    font-size: 14px;
  }
}
.banner_contrata {
  background-image: url(../img/bg-banner.jpg);
  background-size: cover;
  background-position: center right;
  max-width: 870px;
  width: calc(100% - 44px);
  height: 185px;
  margin: 0 auto;
  display: flex;
  color: white;
  position: relative;
  border-radius: 16px;
  padding: 50px 32px;
}
.banner_contrata_container {
  padding: 100px 0px;
  background: rgb(242, 250, 255);
  background: linear-gradient(0deg, rgb(242, 250, 255) 50%, rgb(245, 245, 245) 50%);
}
.banner_contrata_info {
  max-width: 380px;
}
.banner_contrata_titulo {
  font-size: 16px;
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
}
.banner_contrata_texto {
  font-size: 24px;
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
}
.banner_contrata_link {
  display: none;
}
.banner_contrata_qr {
  width: 120px;
  padding: 18px 20px;
  background-color: white;
  height: max-content;
  border-radius: 16px;
  margin-left: 40px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.banner_contrata_qr p {
  font-size: 12px;
  color: #0b2739;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  text-align: center;
}
.banner_contrata_qr img {
  margin-top: 14px;
}
.banner_contrata_img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 279px;
}

@media (max-width: 800px) {
  .banner_contrata {
    background-image: url(../img/bg-banner-mobile.jpg);
    height: 199px;
    padding: 35px 16px 22px 16px;
  }
  .banner_contrata_info {
    max-width: 195px;
  }
  .banner_contrata_titulo {
    font-size: 14px;
  }
  .banner_contrata_texto {
    font-size: 19px;
    margin-top: 4px;
  }
  .banner_contrata_link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #019DF4;
    font-family: "TelefonicaWeb-Bold", arial, sans-serif;
    font-size: 16px;
    margin-top: 26px;
  }
  .banner_contrata_qr {
    display: none;
  }
  .banner_contrata_img {
    display: none;
  }
}
.beneficios {
  position: relative;
}
.beneficios::before {
  content: "";
  position: absolute;
  background-image: url(../img/Flecha.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 222px;
  height: 222px;
  top: 0;
  right: 0;
  margin-top: -150px;
}
.beneficios_title {
  color: #1b1b1c;
  font-size: 32px;
  text-align: center;
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
}
.beneficios_title br {
  display: none;
}
.beneficios_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
  gap: 40px;
}
.beneficios_item {
  max-width: 262px;
  width: 100%;
}
.beneficios_item h3 {
  margin-top: 16px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  color: #1b1b1c;
  line-height: 135%;
  font-size: 18px;
}
.beneficios_item p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 135%;
  color: #50535a;
}

@media (max-width: 800px) {
  .beneficios {
    padding: 0px 20px;
  }
  .beneficios::before {
    width: 93px;
    height: 93px;
    margin-top: 0px;
  }
  .beneficios_title {
    font-size: 24px;
    text-align: left;
  }
  .beneficios_title br {
    display: block;
  }
  .beneficios_list {
    margin-top: 32px;
    gap: 32px;
  }
  .beneficios_item {
    max-width: 100%;
  }
  .beneficios_item p {
    margin-top: 16px;
  }
}
.faq {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq_title {
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
  color: #0b2739;
  font-size: 32px;
  text-align: center;
}
.faq_list {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.faq_item {
  padding-bottom: 24px;
  border-bottom: 1px solid #d3d4d3;
  padding-right: 16px;
  width: 100%;
}
.faq_item h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0b2739;
  font-size: 18px;
  cursor: pointer;
}
.faq_item p {
  max-width: 633px;
  min-width: 633px;
  width: 100%;
  font-size: 16px;
  color: #3c5261;
  line-height: 135%;
  overflow: hidden;
  max-height: 0px;
  transition: all ease-in 0.2s;
}
.faq_item ul {
  overflow: hidden;
  max-height: 0px;
  list-style: disc;
  padding-left: 20px;
}
.faq_item a {
  color: #019DF4;
}
.faq .active h3 img {
  transform: rotate(-180deg);
}
.faq .active p, .faq .active ul {
  padding-top: 24px;
  padding-bottom: 9px;
  max-height: 999px;
}
.faq_vermas {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  color: #019DF4;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq_vermas .circle {
  width: 16px;
  height: 16px;
  border: 1px solid #019DF4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #019DF4;
  border-radius: 50%;
  position: relative;
}
.faq_vermas .menos::after {
  content: "";
  background-color: #019DF4;
  position: relative;
  display: block;
  width: 50%;
  height: 1px;
}

@media (max-width: 800px) {
  .faq {
    padding: 80px 20px;
  }
  .faq_title {
    font-size: 24px;
    text-align: left;
  }
  .faq_list {
    margin-top: 32px;
  }
  .faq_item h3 {
    font-size: 16px;
    gap: 24px;
  }
  .faq_item p {
    width: 90%;
    font-size: 14px;
    min-width: initial;
  }
}
.banner-slider {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.banner-slider .banner {
  background-image: url("/ofertas/ofertador/img/2023/bg-banner-slider-desktop.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  border: 1px solid #B3E2FC;
  max-width: 1168px;
  width: calc(100% - 40px);
  border-radius: 16px;
  padding: 49px 114px 49px 79px;
  gap: 76px;
}
.banner-slider .banner .info {
  color: #0B2739;
}
.banner-slider .banner .info .title {
  font-size: 28px;
}
.banner-slider .banner .info .title strong {
  display: block;
}
.banner-slider .banner .info .text {
  font-size: 14px;
  margin-top: 5px;
}
.banner-slider .banner .info .btn {
  background-color: #019DF4;
  padding: 17px 32px;
  border-radius: 50px;
  color: white;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  font-size: 16px;
  display: block;
  margin-top: 24px;
  width: max-content;
  min-height: 56px;
}
.banner-slider .banner .slider {
  position: relative;
  height: max-content;
}
.banner-slider .banner .slider .slider-list {
  display: flex;
  gap: 20px;
}
.banner-slider .banner .slider .item {
  position: relative;
  background-color: white;
  border-radius: 5px;
  padding: 7px;
}
.banner-slider .banner .slider .item .logo {
  position: absolute;
  top: 12px;
  left: 12px;
}
.banner-slider .banner .slider .item .imagen {
  border-radius: 5px;
}
.banner-slider .banner .slider .item p {
  font-size: 14px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  color: #0B2739;
}
.banner-slider .banner .slider .slick-track {
  max-width: 536px;
  display: flex;
  gap: 20px;
}
.banner-slider .banner .slider .chat,
.banner-slider .banner .slider .hamburgesa,
.banner-slider .banner .slider .ticket {
  position: absolute;
  z-index: 3;
}
.banner-slider .banner .slider .chat {
  top: 0;
  left: 0;
  margin-top: -25px;
  margin-left: -25px;
}
.banner-slider .banner .slider .hamburgesa {
  bottom: 0;
  left: 0;
  margin-left: 142px;
  margin-bottom: -23px;
}
.banner-slider .banner .slider .ticket {
  right: 0;
  bottom: 0;
  margin-bottom: -15px;
  margin-right: -9px;
}

@media all and (max-width: 1019px) {
  .banner-slider .banner .slider .slick-track {
    max-width: 354px;
  }
  .banner-slider .banner .slider .slick-track .slick-slide {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .banner-slider {
    margin-top: 80px;
  }
  .banner-slider .banner {
    background-image: url(../img/2023/bg-banner-slider-mobile.jpg);
    flex-direction: column-reverse;
    padding: 40px 0px;
    overflow: hidden;
    gap: 32px;
  }
  .banner-slider .banner .slider .hamburgesa {
    margin-left: 288px;
  }
  .banner-slider .banner .slider .chat {
    margin-left: 49px;
  }
  .banner-slider .banner .slider .ticket {
    bottom: auto;
    top: 0;
    margin-top: -31px;
    margin-right: 58px;
  }
  .banner-slider .banner .info {
    text-align: center;
    padding: 0px 13px;
  }
  .banner-slider .banner .info .title {
    font-size: 24px;
  }
  .banner-slider .banner .info .text {
    font-size: 14px;
  }
  .banner-slider .banner .info .btn {
    margin: 0 auto;
    margin-top: 24px;
  }
}
.modal_legales {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(11, 39, 57, 0.66);
  position: fixed;
  z-index: 9;
  display: none;
}
.modal_legales_close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.modal_legales_body {
  padding: 40px;
  z-index: 15;
  max-width: 847px;
  width: 100%;
  height: 651px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  top: calc(50% - 325.5px);
  left: calc(50% - 423.5px);
}
.modal_legales_titulo {
  font-size: 24px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.modal_legales_container {
  padding-right: 9px;
  max-height: 445px;
  height: 100%;
  overflow-y: scroll;
  margin-top: 32px;
  text-align: left;
  font-size: 16px;
  color: #313235;
}
.modal_legales_list li {
  padding-bottom: 20px;
  font-size: 16px;
  position: relative;
}
.modal_legales_list li a {
  color: #019DF4;
}

.modal-active {
  display: block;
}

@media (max-width: 800px) {
  .modal_legales_body {
    padding: 45px 28px;
    gap: 15px;
    top: 20vh;
    max-height: initial;
    height: 80vh;
    left: 0;
    position: relative;
    border-radius: 16px 16px 0px 0px;
    padding-bottom: 150px;
  }
}
.router_section {
  background-color: white;
  padding: 80px 0px;
  margin-top: 100px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
}
.router_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1168px;
  width: calc(100% - 40px);
  gap: 40px;
}
.router_main {
  max-width: 1168px;
  width: 100%;
  background-color: #ebf7ff;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.router_main_title {
  font-size: 36px;
  line-height: 125%;
  color: #313235;
}
.router_main_subtitle {
  font-size: 15px;
  line-height: 135%;
  color: #50535a;
  margin-top: 16px;
  max-width: 816px;
}
.router_main_list {
  margin-top: 12px;
  max-width: 435px;
}
.router_main_list li {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #50535a;
  line-height: 125%;
}
.router_main_list li a {
  display: contents;
  color: #019DF4;
}
.router_main_list li:first-child {
  margin-top: 0px;
}
.router_main_imgDesktop {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -137px;
  max-width: 530px;
  margin-right: -200px;
}
.router_main_imgMobile {
  display: none;
}
.router_secondary {
  max-width: 356px;
  width: 100%;
  border: 1px solid #b3e2fc;
  padding: 32px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.router_secondary_title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  color: #313235;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.router_secondary_subtitle {
  font-size: 16px;
  line-height: 135%;
  color: #50535a;
  margin-top: 8px;
  padding-right: 15px;
}
.router_secondary_list {
  margin-top: 24px;
  border-top: 1px solid #d3d4d3;
  padding-top: 24px;
}
.router_secondary_list li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #50535a;
}
.router_secondary_list li:first-child {
  margin-top: 0px;
}
.router_secondary_btn {
  background-color: #019df4;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  color: white;
  margin-top: 24px;
}
.router_third {
  max-width: 482px;
  width: 100%;
  border-radius: 24px;
  padding: 24px;
  background-color: #ebf7ff;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.router_third_title {
  font-size: 36px;
  color: #313235;
}
.router_third_subtitle {
  margin-top: 24px;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  line-height: 125%;
  color: #50535a;
}
.router_third_text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 125%;
  color: #50535a;
  max-width: 227px;
  width: 100%;
}
.router_third_imgDesktop {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 258px;
}
.router_third_imgMobile {
  display: none;
}
.router_fourth {
  max-width: 1168px;
  width: 100%;
  border-radius: 24px;
  padding: 24px;
  background-color: #ebf7ff;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.router_fourth_title {
  font-size: 36px;
  color: #313235;
}
.router_fourth_subtitle {
  margin-top: 16px;
  font-size: 14px;
  line-height: 125%;
  color: #50535a;
}
.router_fourth_text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 125%;
  color: #50535a;
  max-width: 816px;
  width: 100%;
}
.router_fourth_links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.router_fourth_links .simple_link {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  font-size: 16px;
  color: #50535a;
}
.router_fourth_links .btn {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  font-size: 16px;
  color: #0b2739;
  border: 1px solid #0b2739;
  border-radius: 50px;
  padding: 14px 24px;
}
.router_fourth_imgDesktop {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 325px;
}
.router_fourth_imgMobile {
  display: none;
}
.router_fourth small {
  display: block;
  font-size: 13px;
  color: #86888c;
  margin-top: 10px;
}

@media (max-width: 700px) {
  .router_section {
    padding: 40px 0px;
    margin-top: 80px;
  }
  .router_container {
    width: calc(100% - 40px);
    gap: 32px;
  }
  .router_main {
    border-radius: 24px;
    padding: 32px 23px;
    position: relative;
  }
  .router_main_title {
    font-size: 22px;
    max-width: 180px;
    position: relative;
    z-index: 2;
  }
  .router_main_title br {
    display: none;
  }
  .router_main_subtitle {
    font-size: 14px;
    margin-top: 24px;
  }
  .router_main_list {
    margin-top: 24px;
  }
  .router_main_list li {
    margin-top: 16px;
    gap: 8px;
  }
  .router_main_imgDesktop {
    display: none;
  }
  .router_main_imgMobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 204px;
  }
  .router_secondary {
    max-width: 100%;
    padding: 43px 32px;
    border-radius: 16px;
  }
  .router_secondary_list {
    margin-top: 24px;
  }
  .router_secondary_list li {
    margin-top: 16px;
    gap: 16px;
    font-size: 14px;
  }
  .router_third {
    max-width: 100%;
    padding: 24px;
    padding: 46px 24px 32px 24px;
  }
  .router_third_title {
    font-size: 22px;
    max-width: 150px;
  }
  .router_third_subtitle {
    margin-top: 38px;
    max-width: 100%;
    width: 100%;
  }
  .router_third_text {
    max-width: 100%;
  }
  .router_third_imgDesktop {
    display: none;
  }
  .router_third_imgMobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 204px;
  }
  .router_fourth {
    max-width: 100%;
    padding: 24px;
    padding: 46px 24px 32px 24px;
  }
  .router_fourth_title {
    font-size: 22px;
    max-width: 150px;
  }
  .router_fourth_subtitle {
    margin-top: 38px;
    max-width: 100%;
    width: 100%;
  }
  .router_fourth_text {
    max-width: 100%;
  }
  .router_fourth_links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .router_fourth_links .simple_link {
    font-family: "TelefonicaWeb-Bold", arial, sans-serif;
    font-size: 16px;
    color: #50535a;
  }
  .router_fourth_links .btn {
    width: 100%;
    text-align: center;
    padding: 17px 24px;
  }
  .router_fourth_imgDesktop {
    display: none;
  }
  .router_fourth_imgMobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 261px;
  }
}
.m-logo {
  background-color: #019DF4;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav-section {
  background-color: #ffffff;
  width: 100%;
}
#nav-section .nav-header {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  height: 56px;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  gap: 32px;
  max-width: 1200px;
  margin: auto;
  overflow-x: auto;
  padding: 0 16px;
}
#nav-section .nav-header .menu-header {
  font-size: 16px;
  line-height: 135%;
  padding: 17px 0;
  color: #0097ee;
  white-space: nowrap;
}
#nav-section .nav-header .menu-header.active {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  color: #36363b;
  position: relative;
}
#nav-section .nav-header .menu-header.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0097ee;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width: 768px) {
  #nav-header {
    padding-left: 16px;
    overflow: auto;
  }
  #nav-header .menu-header {
    white-space: nowrap !important;
  }
}
.slick-list {
  margin: 0 auto;
  overflow: hidden;
}
.slick-list .slick-track {
  display: flex;
  gap: 15px;
}

.slick-dots {
  display: flex;
  margin-top: 16px;
}
.slick-dots li {
  width: 16px;
  height: 8px;
  background: #d3d4d3;
  border-radius: 15px;
  margin: 0 4px;
}
.slick-dots li.slick-active {
  background: #019df4;
}
.slick-dots li button {
  height: 8px;
  display: none;
}

.c-slider {
  background-color: white;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  max-width: 1168px;
  width: calc(100% - 48px);
  margin: 60px auto 40px;
  padding: 48px 0px 48px 48px;
  overflow: hidden;
  display: flex;
  gap: 24px;
}
.c-slider-left {
  width: 255px;
}
.c-slider-title {
  font-size: 19px;
  line-height: 27px;
  color: #4d4d4d;
}
.c-slider-text {
  font-size: 16px;
  line-height: 21.6px;
  color: #6B6D70;
  margin-top: 8px;
  max-width: 235px;
  width: 100%;
}
.c-slider-botones {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
.c-slider-botones button {
  background-color: #F3FBFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
.c-slider-botones button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-left: solid 2px #0097EE;
  border-bottom: solid 2px #0097EE;
}
.c-slider-botones button.right::before {
  transform: translate(-70%, -50%) rotate(225deg);
}
.c-slider-botones button.left::before {
  transform: translate(-30%, -50%) rotate(45deg);
}

.card-slider {
  display: flex;
  gap: 24px;
  position: relative;
  height: 262px;
}
.card-slider .item {
  position: absolute;
  left: 0px;
  width: 250px;
  transition: all ease-out 0.7s;
  background-color: white;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.card-slider .item-img {
  width: 250px;
  height: 160px;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 2px rgba(60, 82, 97, 0.1019607843);
  transition: all ease-in 0.3s;
}
.card-slider .item-logo {
  position: absolute;
  top: 12px;
  left: 12px;
}
.card-slider .item-title {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  font-size: 20px;
  line-height: 135%;
  color: #0b2739;
  margin-top: 16px;
}
.card-slider .item-text {
  color: #3c5261;
  font-size: 16px;
  line-height: 135%;
  margin-top: 12px;
}
.card-slider .card-1 {
  transform: translateX(0px);
  z-index: 5;
  opacity: 1;
}
.card-slider .card-2 {
  transform: translateX(274px);
  z-index: 5;
  opacity: 1;
}
.card-slider .card-3 {
  transform: translateX(548px);
  z-index: 5;
  opacity: 1;
  transition: all ease-out 0.7s;
}
.card-slider .card-4 {
  transform: translateX(822px);
  z-index: 5;
  opacity: 0;
}
.card-slider .card-5 {
  transform: translateX(1072px);
  z-index: 2;
  opacity: 0;
}

.opacity-1 {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .c-slider {
    padding: 32px 22px 24px 21px;
    flex-direction: column;
    gap: 0px;
    margin: 40px auto 0px;
    min-height: 468px;
  }
  .c-slider-h2 {
    font-size: 24px;
    line-height: 135%;
    max-width: 254px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 80px;
  }
  .c-slider-left {
    width: 100%;
    max-width: 1200px;
  }
  .c-slider-title {
    font-size: 20px;
  }
  .c-slider-botones {
    display: none;
  }
  .card-slider {
    display: flex;
    gap: 40px;
    position: relative;
    margin-top: 16px;
  }
  .card-slider .item {
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    position: initial;
    max-width: 250px;
  }
  .card-slider .card-1 {
    transform: translateX(0px);
    opacity: 1;
  }
  .card-slider .card-2 {
    transform: translateX(0px);
    opacity: 1;
  }
  .card-slider .card-3 {
    transform: translateX(0px);
    opacity: 1;
  }
  .card-slider .card-4 {
    transform: translateX(0px);
    opacity: 1;
  }
  .card-slider .card-5 {
    transform: translateX(0px);
    opacity: 1;
  }
}
.modal {
  position: fixed;
  bottom: 0;
  background-color: rgba(11, 39, 57, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  z-index: 10;
}
.modal .swipe-down {
  display: none;
}
.modal-body {
  position: relative;
  background-color: #ffffff;
  max-width: 847px;
  max-height: 560px;
  padding: 50px;
  border-radius: 16px;
  color: #313235;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
}
.modal-close-btn {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.modal-close-btn img {
  width: 16px;
  height: 16px;
}
.modal-titulo {
  font-size: 28px;
  color: #313235;
}
.modal-parrafos {
  overflow: auto;
  height: 402px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 135%;
  padding-right: 16px;
}
.modal-parrafos a {
  color: #019DF4;
}
.modal-parrafos::-webkit-scrollbar {
  width: 4px;
}
.modal-parrafos::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  border-radius: 100px;
}
.modal-parrafos::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
  border-radius: 100px;
}
.modal-parrafos li {
  margin-bottom: 15px;
}

#canales .modal-body {
  padding: 40px;
  max-width: 742px;
  max-height: 485px;
}
#canales .modal-body .modal-titulo {
  margin-top: 24px;
  font-size: 24px;
  line-height: 32.4px;
  text-align: left;
  margin-left: 0;
}
#canales .modal-body .modal-parrafos {
  color: #50535a;
  font-size: 20px;
  line-height: 27px;
  overflow: initial;
  height: initial;
  padding: 0;
}
#canales .modal-body .modal-parrafos li {
  margin-bottom: 19px;
}
#canales .modal-body .modal-parrafos .c-canales {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .modal {
    align-items: flex-end;
  }
  .modal .swipe-down {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 35px;
    display: block;
  }
  .modal-body {
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    padding: 40px 16px 32px 16px;
    transition: all ease-in-out 300s;
    max-height: initial;
  }
  .modal-body::after {
    content: " ";
    position: absolute;
    background-color: #ced4d7;
    width: 40px;
    height: 4px;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 6px;
  }
  .modal-titulo {
    font-size: 20px;
    text-align: center;
  }
  .modal-parrafos {
    font-size: 14px;
    padding-right: 15px;
    height: 70vh;
  }
  .modal-btn {
    width: 100%;
    padding-right: 10px;
  }
  .modal-close-btn {
    width: 16px;
    height: 16px;
    margin-top: 16px;
    margin-right: 16px;
    display: none;
  }
  .modal .modal-email {
    padding: 90px 40px;
  }
  #canales .modal-body {
    padding: 40px 24px;
    max-height: initial;
  }
  #canales .modal-body .modal-titulo {
    font-size: 20px;
    line-height: 27px;
    text-align: start;
  }
  #canales .modal-body .modal-parrafos {
    margin-top: 27px;
    font-size: 16px;
    line-height: 21.6px;
  }
  #canales .modal-body .modal-parrafos .c-canales {
    flex-wrap: wrap;
    margin-top: 13px;
  }
}/*# sourceMappingURL=bundle.css.map */