/* mediaquery */
/* SELECT2 Lista desplegable */
/* SELECT2 disabled */
/* Is filter */
.close-modal {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  background: var(--color-primary);
  border-radius: 24px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none; }
  .close-modal.inposition {
    position: absolute;
    right: 10px;
    top: 10px; }
  .close-modal::before {
    content: "";
    position: absolute;
    display: block;
    color: #FFF;
    background: url(/static/frontend/images/icos/ico-close.svg?6d1ad9a92583);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(72deg) brightness(109%) contrast(101%);
    width: 16px;
    height: 16px; }
  .close-modal:hover {
    cursor: pointer;
    background: #FFF; }
    .close-modal:hover:before {
      color: var(--color-primary);
      text-shadow: -2px -2px 1px #eee;
      filter: invert(19%) sepia(70%) saturate(2955%) hue-rotate(207deg) brightness(95%) contrast(105%); }

#modals .wrap-modal {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    #modals .wrap-modal {
      align-items: baseline;
      background: #FFF; } }
.modal-plan {
  display: grid;
  grid-template-areas: "plan detail" "btn detail" "btn franquicia" "support support";
  grid-template-columns: 1fr 2fr; }
  .modal-plan .plan {
    grid-area: plan; }
  .modal-plan .franquicia {
    grid-area: franquicia; }
  .modal-plan .detail {
    grid-area: detail; }
  .modal-plan .support {
    grid-area: support; }
  @media only screen and (max-width: 768px) {
    .modal-plan {
      grid-template-areas: "plan" "title" "detail" "franquicia" "support" "btn";
      grid-template-columns: 1fr; } }
.modal-plan {
  margin: 26px;
  position: relative;
  padding: 25px;
  max-width: 960px;
  width: 100%;
  background: #FFF; }
  @media only screen and (max-width: 768px) {
    .modal-plan {
      margin: 0;
      height: 100vh;
      width: 100%;
      border-radius: 0;
      box-shadow: inherit;
      border: 0;
      gap: 15px;
      display: flex;
      flex-direction: column;
      padding: 0;
      padding-bottom: 80px;
      overflow-y: scroll; } }
  .modal-plan .close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .modal-plan .close-modal {
        position: fixed; } }
  .modal-plan .plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 30px 0 0; }
    @media only screen and (max-width: 768px) {
      .modal-plan .plan {
        position: sticky;
        gap: 10px;
        margin: 0 auto;
        top: 0;
        background: #fff;
        width: 100%;
        z-index: 9;
        padding: 20px 0;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05); } }
    .modal-plan .plan h2 {
      color: #000;
      font-size: 24px;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        .modal-plan .plan h2 {
          max-width: 90%; } }
    .modal-plan .plan img {
      width: 148px; }
    .modal-plan .plan .price span {
      font-size: 2rem; }
  .modal-plan .wrap-btn {
    grid-area: btn;
    background: #FFF;
    z-index: 9;
    margin: 10px auto; }
    @media only screen and (max-width: 768px) {
      .modal-plan .wrap-btn {
        margin: auto;
        grid-area: btn;
        position: fixed;
        width: 100%;
        padding: 0px;
        bottom: 0;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3); } }
    .modal-plan .wrap-btn .btn {
      /*
            min-width: 180px;
            border-radius: 6px;
            height: 48px;
            line-height: 48px;
            font-size: 18px;
            margin: auto auto 0 auto;
            */
      display: block; }
      @media only screen and (max-width: 768px) {
        .modal-plan .wrap-btn .btn {
          width: 100%;
          border-radius: 0;
          height: 58px;
          line-height: 58px;
          font-size: 22px; } }
  .modal-plan .detail {
    width: 100%;
    border-left: 1px solid #CCC;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .modal-plan .detail {
        text-align: center;
        padding: 0;
        border: 0; } }
  @media only screen and (max-width: 768px) {
    .modal-plan .title {
      margin: 0 auto;
      padding: 0;
      text-align: center; } }
  .modal-plan .title h3 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: var(--font-secondary); }
  .modal-plan .title h4 {
    font-size: 1rem;
    color: var(--color-primary);
    font-weight: 300; }

.mylist {
  display: grid;
  max-height: 220px;
  padding-right: 17px;
  overflow-y: scroll; }
  @media only screen and (max-width: 768px) {
    .mylist {
      margin: auto;
      height: auto;
      padding-right: 0;
      width: 80%; } }
  .mylist details {
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    background: transparent; }
    .mylist details:last-child {
      border: 0; }
    .mylist details summary {
      font-weight: 300;
      background: transparent;
      text-align: left; }
    .mylist details[open] summary {
      color: var(--color-primary);
      font-weight: 600;
      background: transparent;
      border: 0; }
    .mylist details[open] row {
      font-weight: 600;
      margin-top: 5px;
      text-align: left;
      display: block; }
    .mylist details row {
      font-size: 13px;
      font-weight: 300;
      text-align: left;
      line-height: 16px; }

.franquicia {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; }
  @media only screen and (max-width: 768px) {
    .franquicia {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin: auto; } }
  .franquicia p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px; }
    @media only screen and (max-width: 768px) {
      .franquicia p {
        justify-content: center; } }
.support {
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .support {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 10px;
      background: transparent; } }
  .support p {
    display: flex;
    align-items: center;
    gap: 10px; }
    @media only screen and (max-width: 768px) {
      .support p {
        gap: 0;
        max-width: 240px; } }
    .support p:before {
      content: "";
      display: block;
      width: 32px;
      height: 32px;
      filter: grayscale(1);
      background-size: 48px;
      background: url(/static/frontend/images/icos/ico-contact.svg?6d1ad9a92583) no-repeat; }
      @media only screen and (max-width: 768px) {
        .support p:before {
          background-position: center; } }
  .support a {
    display: flex;
    align-items: center;
    gap: 5px; }
    .support a:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      background-size: 22px;
      background: url(/static/frontend/images/icos/ico-whatsapp.svg?6d1ad9a92583) no-repeat; }
