@font-face {
  font-family: 'mm-headline';
  src: url("../fonts/mmheadline/MMHeadlineProWebTT-Regular_subset.woff") format('woff2');
}
.tls-font-family-base {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.tls-font-family-slight-accent {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.tls-font-family-accent {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.mm-font-family-headline {
  font-family: 'mm-headline', sans-serif;
}
.tls-font-size-magnifying-glass {
  font-size: 0.625rem;
}
.tls-font-size-tiny {
  font-size: 0.6875rem;
}
.tls-font-size-smaller {
  font-size: 0.75rem;
}
.tls-font-size-small {
  font-size: 0.8125rem;
}
.tls-font-size-base-reduced {
  font-size: 0.875rem;
}
.tls-font-size-base {
  font-size: 1rem;
}
.tls-font-size-base-enlarged {
  font-size: 1.125rem;
}
.tls-font-size-medium-reduced {
  font-size: 1.25rem;
}
.tls-font-size-medium {
  font-size: 1.375rem;
}
.tls-font-size-medium-enlarged {
  font-size: 1.5rem;
}
.tls-font-size-large-reduced {
  font-size: 1.625rem;
}
.tls-font-size-large {
  font-size: 1.75rem;
}
.tls-font-size-extralarge {
  font-size: 2rem;
}
.tls-font-size-supersize {
  font-size: 2.5rem;
}
.tls-font-size-huge {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .tls-font-size-lg-extralarge {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .tls-font-size-lg-supersize {
    font-size: 2.5rem;
  }
}
.tls-heading-large {
  font-size: 2rem;
}
.tls-heading-supersize {
  font-size: 2.5rem;
}
.tls-heading-huge {
  font-size: 3rem;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .tls-heading-huge {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .tls-heading-huge {
    font-size: 1.375rem;
  }
}
@media (max-width: 992px) {
  .tls-heading-large,
  .tls-heading-supersize {
    font-size: 1.5rem;
  }
}
.tls-heading-base-enlarged {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .tls-heading-base-enlarged {
    font-size: 0.875rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}
.tls-line-height-base {
  line-height: 1;
}
.tls-line-height-base-and-a-quarter {
  line-height: 1.25;
}
.tls-line-height-base-and-a-half {
  line-height: 1.5;
}
.tls-line-height-double {
  line-height: 2;
}
.tls-text-highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.tls-text-highlight:before {
  content: '';
  position: absolute;
  bottom: 8%;
  left: -0.25rem;
  width: 100%;
  height: 1rem;
  background-color: #f3d8d9;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: -1;
}
@media (max-width: 576px) {
  .tls-text-highlight:before {
    bottom: 0;
    height: 0.75rem;
  }
}
button:focus {
  outline: none;
}
.btn {
  position: relative;
  padding: 1.0625rem 1.5rem;
  border: none;
  font-size: 1.125rem;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  .btn {
    white-space: normal;
    font-size: 0.875rem;
  }
}
.btn:hover,
.btn:focus,
.btn:focus:active,
.btn.focus,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled {
  background: #cdcbca;
}
.btn.disabled:hover,
.btn:disabled:hover,
.btn.disabled:focus,
.btn:disabled:focus {
  background: #cdcbca;
}
.btn-sm,
.tls-btn--small {
  padding: 0.5625rem 0.625rem;
}
@media (max-width: 320px) {
  .btn-sm,
  .tls-btn--small {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.btn-primary,
.btn-secondary,
.tls-btn-base-dark {
  color: #fff !important;
}
.btn-primary {
  background: #df0000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary.focus,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #a51716;
}
.btn-secondary {
  background: #000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus:active,
.btn-secondary.focus,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.btn-secondary.active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #918e8c;
}
.tls-btn-base-dark {
  background: #000;
}
.tls-btn-base-dark:hover,
.tls-btn-base-dark:focus,
.tls-btn-base-dark:focus:active,
.tls-btn-base-dark.focus,
.tls-btn-base-dark:active:focus,
.tls-btn-base-dark:active.focus,
.tls-btn-base-dark.active:focus,
.tls-btn-base-dark.active.focus,
.tls-btn-base-dark.active,
.tls-btn-base-dark:not(:disabled):not(.disabled).active,
.tls-btn-base-dark:not(:disabled):not(.disabled):active,
.tls-btn-base-dark:not(:disabled):not(.disabled):active:focus {
  background: #918e8c;
}
.btn-link {
  color: #df0000;
}
.btn-link:hover,
.btn-link:focus {
  color: #a51716;
}
.tls-btn-light {
  position: relative;
  padding: 0.5rem 1rem 0.625rem;
  background: #fff;
  border: solid 1px #000;
  border-radius: 100rem;
  color: #000;
  font-size: 1rem;
  -webkit-box-shadow: inset 0 -1px 0 #cdcbca;
  box-shadow: inset 0 -1px 0 #cdcbca;
}
.tls-btn-light:hover,
.tls-btn-light:focus,
.tls-btn-light:focus:active,
.tls-btn-light.focus,
.tls-btn-light:active:focus,
.tls-btn-light:active.focus,
.tls-btn-light.active:focus,
.tls-btn-light.active.focus,
.tls-btn-light.active,
.tls-btn-light:not(:disabled):not(.disabled).active,
.tls-btn-light:not(:disabled):not(.disabled):active,
.tls-btn-light:not(:disabled):not(.disabled):active:focus {
  background: #f4f4f4;
  border-color: #000;
  -webkit-box-shadow: inset 0 -1px 0 #cdcbca;
  box-shadow: inset 0 -1px 0 #cdcbca;
  color: #000;
}
.tls-btn-light.tls-btn-selected {
  padding-right: 2.5rem;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 #000;
  box-shadow: inset 0 -1px 0 #000;
}
.tls-btn-light.tls-btn-selected img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.tls-btn-outline {
  background: transparent;
  border: solid 1px #cdcbca;
  color: #918e8c;
}
.tls-btn-outline:hover,
.tls-btn-outline:focus,
.tls-btn-outline:focus:active,
.tls-btn-outline.focus,
.tls-btn-outline:active:focus,
.tls-btn-outline:active.focus,
.tls-btn-outline.active:focus,
.tls-btn-outline.active.focus,
.tls-btn-outline.active,
.tls-btn-outline:not(:disabled):not(.disabled).active,
.tls-btn-outline:not(:disabled):not(.disabled):active,
.tls-btn-outline:not(:disabled):not(.disabled):active:focus {
  background: #fff;
  border: solid 1px #cdcbca;
}
.badge {
  vertical-align: bottom;
  color: #fff;
}
.badge-danger {
  background-color: #df0000;
}
.badge-dark {
  background-color: #000;
}
.breadcrumb {
  padding: 1rem 0;
  margin-bottom: 0;
  background: transparent;
  font-size: 1.125rem;
}
@media (max-width: 576px) {
  .breadcrumb {
    padding: 0.5rem 0;
  }
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  padding-right: 0;
}
.breadcrumb-item.active {
  color: #918e8c;
}
.card-header {
  position: relative;
}
.card-header:before,
.card-header:after {
  content: '';
  position: absolute;
}
.card-header:before {
  left: 0;
  top: calc(50% - 0.75rem);
  width: 0.25rem;
  height: 1.5rem;
  background: #df0000;
}
@media (max-width: 992px) {
  .card-header:before {
    top: 2.25rem;
  }
}
.card-header:after {
  top: calc(50% - 0.25rem);
  right: 2.5rem;
  width: 1rem;
  height: 0.5rem;
  background: url("../img/icons/tls-chevron-up.svg") no-repeat center center/contain;
}
@media (max-width: 576px) {
  .card-header:after {
    right: 1.25rem;
  }
}
.card-header.collapsed:after {
  background-image: url("../img/icons/tls-chevron-down.svg");
}
.card-header__title {
  max-width: 95%;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .card-header__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .card-header__title {
    max-width: 90%;
  }
}
.card-body {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .card-body {
    font-size: 1rem;
  }
}
.tls-icon-close {
  cursor: pointer;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tls-icon-close:before,
.tls-icon-close:after {
  content: '';
  position: absolute;
  height: 0.15rem;
  width: 1rem;
  top: 50%;
  left: 25%;
  margin-top: -0.0625rem;
}
.tls-icon-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tls-icon-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tls-icon-close:hover,
.tls-icon-close:focus {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tls-icon-close--inner-button {
  top: calc(50% - 0.625rem);
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.tls-icon-close--inner-button:before,
.tls-icon-close--inner-button:after {
  height: 0.05rem;
  width: 0.7rem;
  top: 55%;
}
.tls-icon-close--inner-button:hover:before,
.tls-icon-close--inner-button:focus:before,
.tls-icon-close--inner-button:hover:after,
.tls-icon-close--inner-button:focus:after {
  left: 20%;
}
.tls-icon-close--color-base-light:before,
.tls-icon-close--color-base-light:after {
  background: #fff;
}
.tls-icon-close--color-base-dark:before,
.tls-icon-close--color-base-dark:after {
  background: #000;
}
.tls-icon-close--bg-gray-bluish {
  background: #cdcbca;
}
.tls-icon-close--bg-gray-dark {
  background: #918e8c;
}
.tls-icon-close--bg-base-dark {
  background: #000;
}
.tls-icon-close--inner-position {
  top: calc(50% - 1rem);
  right: 1rem;
}
.tls-icon-close--inner-position:before,
.tls-icon-close--inner-position:after {
  width: 1.3rem;
  margin-left: -0.15rem;
}
.dropdown-toggle {
  white-space: normal;
}
.dropdown-toggle:after {
  position: absolute;
  top: calc(50% - 0.45rem);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  border-top: 0;
  border-right: solid 1px #a51716;
  border-bottom: solid 1px #a51716;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-toggle.tls-text-color-primary:after {
  border-right-color: #df0000;
  border-bottom-color: #df0000;
}
.tls-dropdown-toggle--no-chevron:after {
  display: none;
}
.tls-category-rates .dropdown-toggle {
  min-width: 16.875rem;
}
button.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  right: 1.5rem;
}
.tls-category-rates .dropdown-menu {
  min-width: calc(50vw - -5.5rem) !important;
}
.tls-filter .dropdown-menu {
  min-width: 24rem !important;
}
.tls-filter--small .dropdown-menu {
  min-width: 16.5rem !important;
}
.tls-filter--brands li:hover a,
.tls-filter--brands li:focus a {
  background-color: #f4f4f4;
}
.dropdown-item {
  white-space: normal;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f4f4f4;
}
.dropdown-item:active,
.dropdown-item.active {
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #df0000;
}
.accordion-button:not(.collapsed).tls-bg-gray-darker {
  background-color: #494745;
  color: #cdcbca;
}
.accordion-item.tls-bg-gray-darker {
  border-color: rgba(255,255,255,0.6);
}
#tls-footer-accordion .accordion-item:first-child {
  border-top: solid 1px rgba(255,255,255,0.6);
}
#tls-footer-accordion .accordion-item:last-child {
  border-bottom: solid 1px rgba(255,255,255,0.6);
}
.accordion-button:focus {
  border-color: transparent;
}
.accordion-button.tls-bg-gray-darker::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.modal {
  z-index: 1100;
}
.modal#modal-share-favorites {
  z-index: 1060;
}
.modal-dialog {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 24rem;
  }
}
.modal-content {
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.25) !important;
  box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.25) !important;
}
.modal-dialog-scrollable .modal-content {
  overflow: initial;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 2.125rem;
}
@media (max-width: 576px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 1.25rem;
  }
}
.modal-footer {
  padding: 1rem 2.125rem;
}
.modal-header {
  position: relative;
}
@media (max-width: 992px) {
  .modal-body {
    font-size: 0.875rem;
  }
}
.modal-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 992px) {
  .modal-title {
    font-size: 1.25rem;
  }
}
.tls-modal-subtitle {
  font-size: 1.125rem;
  line-height: 1.5;
}
.modal-content.tls-modal-content--with-icon:before {
  content: '';
  position: absolute;
  top: -2.125rem;
  width: 7.5rem;
  height: 6.4375rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.modal-content.tls-modal-content--with-icon-check:before {
  background-image: url("https://comparadortarifas-mediamarkt.es/img/illustrations/tls-illustration-assistant-help-check.svg");
}
.modal-content.tls-modal-content--with-icon-error:before {
  background-image: url("https://comparadortarifas-mediamarkt.es/img/illustrations/tls-illustration-assistant-help-error.png");
}
.modal-content.tls-modal-content--with-icon-chek-microphone:before {
  background-image: url("https://comparadortarifas-mediamarkt.es/img/illustrations/tls-illustration-assistant-help-check-microphone.svg");
}
.modal-content.tls-modal-content--with-icon-left:before {
  left: 2rem;
}
.modal-content.tls-modal-content--with-icon-right:before {
  right: 2rem;
}
.modal.tls-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.modal.tls-full .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
}
.modal.tls-full .modal-body {
  overflow-y: scroll;
}
.tls-sort-results-mobile a {
  position: relative;
  display: block;
}
.tls-sort-results-mobile a.active:before {
  content: '';
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0;
  width: 1.5625rem;
  height: 1.0625rem;
  background: url("../img/icons/tls-icon-tick-primary.svg") no-repeat center center/contain;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  position: relative;
  border: none;
  padding-right: 0;
  padding-left: 0;
  margin-right: 1rem;
  margin-left: 1rem;
}
.nav-tabs .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 0.125rem;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus:active,
.nav-tabs .nav-link.focus,
.nav-tabs .nav-link:active:focus,
.nav-tabs .nav-link:active.focus,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active.focus,
.nav-tabs .nav-link.active {
  background: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
}
.nav-tabs .nav-link:hover:before,
.nav-tabs .nav-link:focus:before,
.nav-tabs .nav-link:focus:active:before,
.nav-tabs .nav-link.focus:before,
.nav-tabs .nav-link:active:focus:before,
.nav-tabs .nav-link:active.focus:before,
.nav-tabs .nav-link.active:focus:before,
.nav-tabs .nav-link.active.focus:before,
.nav-tabs .nav-link.active:before {
  background-color: #df0000;
  -webkit-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.form-control {
  height: calc(2.375rem + 2px);
  padding-top: 0.563rem 1rem;
  font-size: 0.875rem;
  background-color: transparent;
  border-radius: 0;
  border-color: #cdcbca;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #918e8c;
}
.form-control::-webkit-input-placeholder {
  color: #cdcbca;
}
.form-control::-moz-placeholder {
  color: #cdcbca;
}
.form-control:-ms-input-placeholder {
  color: #cdcbca;
}
.form-control::-ms-input-placeholder {
  color: #cdcbca;
}
.form-control::placeholder {
  color: #cdcbca;
}
.form-control-lg {
  font-size: 1.25rem;
  height: calc(3.375rem + 2px);
  padding: 0.75rem 1rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
p[class^="error"] {
  margin-bottom: 0.25rem;
  margin-left: 2.5rem;
}
.form-floating>label {
  left: initial;
  line-height: 1;
}
.tls-buy-online__form .form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.form-check-input {
  height: 1.5rem;
  background-color: #f4f4f4;
  border: solid 1px #000;
}
.form-check-input[type='radio'] {
  width: 1.5rem;
}
.form-check-input:checked {
  background-color: transparent;
  border-color: #000;
}
.form-check-input:checked[type='radio'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%0, 0, 0, 0%29'/%3e%3c/svg%3e");
  background-size: 80%;
}
.tls-form-checkbox-wrapper .form-check-input[type='checkbox'] {
  border-radius: 0;
  min-width: 1.5rem;
}
.tls-form-checkbox-wrapper .form-check-input:checked[type='checkbox'] {
  background-image: none;
  background-color: #000;
  -webkit-box-shadow: inset 0 0 0 0.25rem #fff;
  box-shadow: inset 0 0 0 0.25rem #fff;
}
.form-switch .form-check-input {
  width: 3rem;
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%0, 0, 0, 0%29'/%3e%3c/svg%3e");
}
.form-check-label {
  padding-left: 1rem;
}
@media (max-width: 375px) {
  .form-check-label {
    width: 95%;
    padding-top: 0 !important;
  }
}
.tls-form-check-with-img {
  position: relative;
  min-height: 11rem;
}
.tls-form-check-with-img:hover,
.tls-form-check-with-img:focus,
.tls-form-check-with-img:active,
.tls-form-check-with-img.active {
  color: #000;
  border-color: #000 !important;
}
.tls-form-check-with-img .form-check {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
.tls-form-check-with-img__logo {
  max-width: 75%;
  height: 5rem;
}
.form-select {
  background-color: #f4f4f4;
  background-image: url("../img/icons/tls-chevron-down.svg");
  background-size: 0.75rem 0.375rem;
  border-radius: 0;
}
.form-select-lg {
  font-size: 1.125rem;
}
.tls-list-select-alike {
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 1.375rem;
}
@media (max-width: 320px) {
  .tls-list-select-alike {
    font-size: 1.125rem;
  }
}
.tls-list-select-alike__ul {
  display: none;
  position: absolute;
  top: -1rem;
  left: 0;
  padding: 0;
  background-color: #fff;
  border: solid 1px #cdcbca;
  border-radius: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tls-list-select-alike__ul li {
  list-style: none;
  padding: 0;
}
.tls-list-select-alike__ul li:first-child a {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.tls-list-select-alike__ul li:last-child a {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.tls-list-select-alike__ul a {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.25;
  color: #000;
}
.tls-list-select-alike__ul a:hover,
.tls-list-select-alike__ul a:focus {
  cursor: pointer;
  background-color: #f4f4f4;
  color: #df0000;
}
.tls-list-select-alike__placeholder {
  cursor: pointer;
  position: relative;
}
.tls-list-select-alike__placeholder:after {
  content: '';
}
@media (min-width: 992px) {
  #tls-step-2-select-keep-phone-numbers,
  #tls-step-2-select-fee {
    width: auto;
  }
}
.tls-text-color-base-dark {
  color: #000 !important;
}
.tls-text-color-base-light {
  color: #fff;
}
.tls-text-color-primary-dark {
  color: #a51716;
}
.tls-text-color-primary {
  color: #df0000;
}
.tls-text-color-gray-light {
  color: #f4f4f4;
}
.tls-text-color-gray-base {
  color: #f4f4f4;
}
.tls-text-color-gray-bluish {
  color: #cdcbca;
}
.tls-text-color-gray-dark {
  color: #918e8c;
}
.tls-text-color-gray-darker {
  color: #494745;
}
.tls-text-color-gray-blackish {
  color: #272422;
}
@media (min-width: 992px) {
  .text-lg-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.tls-border-width-base {
  border-width: 1px;
}
.tls-border-width-double {
  border-width: 2px;
}
.tls-border-radius-0 {
  border-radius: 0;
}
.tls-border-radius-default {
  border-radius: 0.5rem;
}
.tls-border-radius-double {
  border-radius: 1rem;
}
.tls-border-radius-all {
  border-radius: 100rem;
}
.tls-border-primary-dark {
  border-color: #a51716 !important;
}
.tls-border-primary {
  border-color: #df0000 !important;
}
.tls-border-gray-base {
  border-color: #f4f4f4 !important;
}
.tls-border-gray-bluish {
  border-color: #cdcbca !important;
}
.tls-border-gray-dark {
  border-color: #918e8c !important;
}
.tls-border-gray-darker {
  border-color: #494745 !important;
}
.tls-border-gray-blackish {
  border-color: #272422 !important;
}
.tls-border-highlight-primary {
  border-color: #f3d8d9 !important;
}
.tls-border-bottom-dashed {
  border-bottom-style: dashed;
}
/*------------------------------
GENERAL STYLES
------------------------------*/
body {
  margin: 0;
  -webkit-backface-visibility: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.75;
}
@media (max-width: 576px) {
  body {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1246px;
  }
}
*,
*:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
:focus,
a:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}
a:hover,
a:focus,
a.focus,
a:active,
a.active {
  color: #df0000;
  text-decoration: none;
}
a.tls-text-color-primary:hover,
a.tls-text-color-primary:focus,
a.tls-text-color-primary.focus,
a.tls-text-color-primary:active,
a.tls-text-color-primary.active {
  color: #df0000;
}
a.tls-text-highlight:before {
  bottom: -16%;
  background-color: transparent;
}
a.tls-text-highlight:hover,
a.tls-text-highlight:focus {
  color: #df0000;
}
a.tls-text-highlight:hover:before,
a.tls-text-highlight:focus:before {
  background-color: #f3d8d9;
  -webkit-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
.tls-bg-primary a.tls-text-color-base-light:hover,
.tls-bg-primary a.tls-text-color-base-light:focus,
.tls-bg-primary a.tls-text-color-base-light.focus,
.tls-bg-primary a.tls-text-color-base-light:active,
.tls-bg-primary a.tls-text-color-base-light.active {
  color: #000;
}
.tls-angle-down {
  position: relative;
}
.tls-angle-down:after {
  position: absolute;
  top: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 1rem;
  border-top: 0;
  border-right: solid 1px #a51716;
  border-bottom: solid 1px #a51716;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .tls-angle-down.tls-font-size-lg-supersize:after {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}
.tls-angle-down.tls-text-color-primary:after {
  border-right-color: #df0000;
  border-bottom-color: #df0000;
}
.tls-angle-down--width-double:after {
  border-width: 2px;
  border-bottom-width: 2px;
}
.tls-bg-transparent {
  background-color: transparent;
}
.tls-bg-base-dark {
  background-color: #000;
}
.tls-bg-base-light {
  background-color: #fff;
}
.tls-bg-primary-dark {
  background-color: #a51716;
}
.tls-bg-primary {
  background-color: #df0000;
}
.tls-bg-gray-light {
  background-color: #f4f4f4;
}
.tls-bg-gray-base {
  background-color: #f4f4f4;
}
.tls-bg-gray-bluish {
  background-color: #cdcbca;
}
.tls-bg-gray-dark {
  background-color: #918e8c;
}
.tls-bg-gray-darker {
  background-color: #494745;
}
.tls-bg-gray-blackish {
  background-color: #272422;
}
.tls-shadow-xs-gray-light {
  -webkit-box-shadow: 0 1px 0 #f4f4f4;
  box-shadow: 0 1px 0 #f4f4f4;
}
.tls-shadow-xs-gray-bluish {
  -webkit-box-shadow: 0 1px 0 #cdcbca;
  box-shadow: 0 1px 0 #cdcbca;
}
.tls-shadow-inset-gray-light {
  -webkit-box-shadow: inset 0 -1px 0 #f4f4f4;
  box-shadow: inset 0 -1px 0 #f4f4f4;
}
.tls-shadow-inset-gray-bluish {
  -webkit-box-shadow: inset 0 -1px 0 #cdcbca;
  box-shadow: inset 0 -1px 0 #cdcbca;
}
/*------------------------------
HEADER / FOOTER / ASSISTANT HELP
------------------------------*/
.tls-header .tls-tagline,
.tls-footer .tls-tagline {
  font-size: 1.125rem;
}
.tls-logo {
  display: block;
}
.tls-header {
  z-index: 200;
  padding: 1.094rem 0;
}
@media (max-width: 992px) {
  .tls-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
  }
  .tls-header .tls-logo {
    width: 10rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .tls-header {
    padding: 0.5rem 0;
  }
}
@media (max-width: 576px) {
  .tls-header .tls-logo {
    width: 7.188rem;
  }
}
@media (max-width: 768px) {
  .tls-header .tls-tagline {
    width: 4.875rem;
    font-size: 0.625rem;
    line-height: 1;
    vertical-align: text-bottom;
  }
}
@media (max-width: 360px) {
  .tls-header .tls-tagline {
    display: none;
  }
}
.tls-header--with-border {
  border-bottom: solid 1px #cdcbca;
}
@media (max-width: 992px) {
  .tls-main {
    margin-top: 2.813rem;
  }
}
.tls-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.125rem;
}
@media (max-width: 576px) {
  .tls-footer {
    padding: 2.5rem 0;
  }
  .tls-footer .tls-logo {
    width: 8.5625rem;
    height: auto;
  }
  .tls-footer .tls-tagline {
    width: 4.875rem;
    font-size: 0.625rem;
    line-height: 1;
    vertical-align: text-bottom;
  }
}
.tls-footer-mm__logo img,
.tls-footer-mm__nav img,
.tls-footer-mm__rrss img,
.tls-footer-mm__logo svg,
.tls-footer-mm__nav svg,
.tls-footer-mm__rrss svg {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.tls-footer-mm__logo-item {
  width: 5.25rem;
  height: 3.125rem;
}
@media (max-width: 576px) {
  .tls-footer-mm__logo-item {
    width: 3.125rem;
    height: 2.125rem;
  }
  .tls-footer-mm__logo-item img {
    max-height: 1.5rem;
  }
}
.tls-assistant-help {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 5.5rem;
  height: 5.5rem;
  z-index: 100;
}
@media (max-width: 576px) {
  .tls-assistant-help {
    width: 4rem;
    height: 4rem;
  }
  .tls-assistant-help img {
    width: 2.9375rem;
    height: 3.0625rem;
  }
}
/*------------------------------
MAIN
------------------------------*/
.tls-padding-large {
  padding: 6.5625rem 0;
}
@media (max-width: 768px) {
  .tls-padding-large {
    padding: 3rem 0;
  }
}
.tls-padding-medium {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .tls-padding-medium {
    padding: 2.25rem 0;
  }
}
.tls-padding-small {
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .tls-padding-small {
    padding: 1.25rem 0;
  }
}
.tls-padding-tiny {
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .tls-jumbotron .tls-heading-supersize {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .tls-jumbotron__img {
    width: 14.375rem;
  }
}
.tls-jumbotron__subtitle {
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .tls-jumbotron__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 360px) {
  .tls-jumbotron__subtitle {
    font-size: 1rem;
  }
}
.tls-jumbotron-category-card {
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .tls-jumbotron-category-card {
    min-height: 12rem;
    border: solid 1px #cdcbca;
  }
}
@media (max-width: 992px) {
  .tls-jumbotron-category-card {
    background-color: #df0000;
    color: #fff;
    min-height: 3.625rem;
  }
  .tls-jumbotron-category-card:hover,
  .tls-jumbotron-category-card:focus {
    background-color: #df0000 !important;
    color: #fff !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .tls-jumbotron-category-card {
    min-height: 10.5rem;
  }
}
.tls-jumbotron-category-card:hover,
.tls-jumbotron-category-card:focus {
  background-color: #f4f4f4;
  color: #000;
}
@media (min-width: 992px) {
  .tls-jumbotron-category-card__icon {
    min-height: 3.5rem;
  }
}
@media (max-width: 992px) {
  .tls-jumbotron-category-card__icon {
    width: 3.3125rem;
  }
}
.tls-jumbotron-category-card__title {
  font-family: 'mm-headline', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  color: #df0000;
}
@media (min-width: 992px) {
  .tls-jumbotron-category-card__title {
    height: 3rem;
  }
}
@media (max-width: 992px) {
  .tls-jumbotron-category-card__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
    color: #fff;
  }
}
#jumbotron-category-card-dropdown {
  position: relative;
}
#jumbotron-category-card-dropdown:after {
  top: initial;
  right: 0.875rem;
  bottom: 0.875rem;
}
@media (max-width: 992px) {
  #jumbotron-category-card-dropdown:after {
    border-color: #fff;
  }
}
@media (max-width: 992px) {
  .tls-jumbotron .dropdown-menu {
    width: calc(100vw - 1.5rem) !important;
  }
}
.tls-partners a:hover,
.tls-partners a:focus {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
@media (max-width: 576px) {
  .tls-partners img[src*="vodafone"] {
    width: 7.4375rem;
    height: 2rem;
  }
  .tls-partners img[src*="orange"] {
    width: 3.5625rem;
    height: 3.5625rem;
  }
  .tls-partners img[src*="jazztel"] {
    width: 5.125rem;
    height: 1.3125rem;
  }
  .tls-partners img[src*="movistar"] {
    width: 7.3125rem;
    height: 1.8125rem;
  }
  .tls-partners img[src*="pepephone"] {
    width: 7.625rem;
    height: 1.625rem;
  }
  .tls-partners img[src*="amena"] {
    width: 5.625rem;
    height: 2.4375rem;
  }
  .tls-partners img[src*="virgin"] {
    width: 3.9375rem;
    height: 3.375rem;
  }
}
@media (min-width: 576px) {
  .tls-usp__icon {
    height: 9.625rem;
  }
}
@media (max-width: 576px) {
  .tls-usp__description {
    font-size: 1rem;
  }
}
.tls-category-rate-card {
  position: relative;
}
.tls-category-rate-card p {
  margin-bottom: 0;
}
.tls-category-rate-card__links {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 50;
}
@media (min-width: 1200px) {
  .tls-category-rate-card__links {
    width: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .tls-category-rate-card__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    top: -0.75rem;
    right: 0.5rem;
  }
}
.tls-category-rate-card__link {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  background-color: #918e8c;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
  border-radius: 100rem;
}
.tls-category-rate-card__link:hover,
.tls-category-rate-card__link.active {
  background-color: #a51716;
}
.tls-category-rate-card__link-fav {
  background-image: url("../img/icons/tls-icon-favorite.png");
}
.tls-category-rate-card__link-share {
  background-image: url("../img/icons/tls-icon-share.png");
  background-position: 5px 6px;
}
@media (min-width: 992px) {
  .tls-category-rate-card-inner-wrapper {
    height: 10rem;
  }
}
.tls-category-rate-card-type {
  position: relative;
}
.tls-category-rate-card-type:before,
.tls-category-rate-card-type:after {
  position: absolute;
}
.tls-category-rate-card-type:before {
  top: -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.5625rem;
  height: 1.5rem;
  padding-left: 1.875rem;
  border-radius: 100rem;
  background: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.tls-category-rate-card-type--cheapest:after,
.tls-category-rate-card-type--fastest:after {
  top: -0.5625rem;
  left: 2rem;
}
@media (max-width: 992px) {
  .tls-category-rate-card-type--cheapest:after,
  .tls-category-rate-card-type--fastest:after {
    left: 1.5rem;
  }
}
.tls-category-rate-card-type--cheapest:before {
  content: 'Más barata';
}
.tls-category-rate-card-type--cheapest:after {
  content: url("../img/icons/tls-icon-cheapest.svg");
  width: 1.0625rem;
  height: 1.125rem;
}
.tls-category-rate-card-type--fastest:before {
  content: 'Más rápida';
}
.tls-category-rate-card-type--fastest:after {
  content: url("../img/icons/tls-icon-fastest.svg");
  width: 0.6875rem;
  height: 1.0625rem;
}
.tls-category-rate-card__subtitle {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .tls-category-rate-card__subtitle {
    font-size: 1rem;
  }
}
.tls-category-rate-card__detail {
  min-height: 5.313rem;
}
.tls-category-rate-card__price {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .tls-category-rate-card__price {
    font-size: 1.75rem;
  }
}
.tls-category-rate-card__detail-figure {
  font-size: 1.375rem;
}
@media (max-width: 992px) {
  .tls-category-rate-card__detail-figure {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .tls-callout img {
    max-width: 8.75rem;
  }
}
.tls-callout__title {
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .tls-callout__title {
    font-size: 1.25rem;
  }
}
.tls-buy-online-steps__step {
  position: relative;
}
@media (max-width: 768px) {
  .tls-buy-online-steps__step {
    width: 33%;
  }
  .tls-buy-online-steps__step:first-child:before {
    display: none;
  }
  .tls-buy-online-steps__step:before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5rem);
    left: -20%;
    width: 40%;
    height: 0.125rem;
    background: #cdcbca;
  }
}
.tls-buy-online-steps__step div {
  width: 2rem;
  height: 2rem;
  border: solid 0.063rem #cdcbca;
  color: #cdcbca;
}
.tls-buy-online-steps__step div.active {
  border-color: #df0000;
  background: #df0000;
  color: #fff;
}
.tls-buy-online-steps__step p {
  color: #cdcbca;
}
@media (max-width: 992px) {
  .tls-buy-online-steps__step p {
    font-size: 0.6875rem;
  }
}
.tls-buy-online-steps__divider {
  width: 20%;
  height: 0.125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tls-buy-online-steps__divider {
    display: none;
  }
}
.tls-buy-online__summary {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tls-buy-online__summary img {
  max-height: 1.5rem;
}
.tls-buy-online__feedback {
  position: relative;
}
.tls-buy-online__feedback:before {
  content: url("https://comparadortarifas-mediamarkt.es/img/icons/tls-icon-tick-primary-washed.svg");
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 4.625rem;
  height: 4.375rem;
}
@media (max-width: 576px) {
  .tls-buy-online__feedback:before {
    display: none;
  }
}