.btn-yellow {
    background-color: #fff55a;
    color: #f44639;
    height: 55px;
    display: inline-flex;
    border-radius: 5px;
    padding: 0 30px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s transform;
  }
  
  .btn-yellow:hover {
    transform: scale(1.02);
    text-decoration: none;
    color: #f44639;
  }
  
  .btn-yellow:active {
    transform: scale(0.99);
  }
  
  .btn-red {
    background-color: #f44639;
    color: #fff55a;
    height: 55px;
    display: inline-flex;
    border-radius: 5px;
    padding: 0 30px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s transform;
    text-align: center;
    border: 0;
    justify-content: center;
    outline: none;
  }
  
  .btn-red:hover {
    transform: scale(1.02);
    text-decoration: none;
    color: #fff55a;
    outline: none;
  }
  
  .btn-red:active {
    transform: scale(0.99);
    outline: none;
  }
  
  .btn-cartilla {
    background-color: #f44639;
    background-image: url("../img/bg-btn.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    height: 55px;
    display: inline-flex;
    border-radius: 5px;
    padding: 0 30px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s transform;
    text-align: center;
    border: 0;
    justify-content: center;
    outline: none;
  }
  
  .btn-cartilla img {
    width: 22px;
    margin-right: 10px;
  }
  
  .btn-cartilla:hover {
    transform: scale(1.02);
    text-decoration: none;
    color: #fff55a;
    outline: none;
  }
  
  .btn-cartilla:active {
    transform: scale(0.99);
    outline: none;
  }
  
  a.btn-social {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #b6b9c8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s border-color;
  }
  
  a.btn-social img {
    width: 13px;
    height: 13px;
  }
  
  a.btn-social:hover {
    border-color: #666;
  }
  
  .counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    max-width: 210px;
  }
  
  .counter .counter-text h5 {
    margin: 0;
    font-size: 16px;
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .counter .counter-text p {
    margin: 0;
    color: grey;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-size: 12px;
  }
  
  .counter .counter-input {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .counter .counter-input input[type="number"] {
    width: 50px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    /* Firefox */
  }
  
  .counter .counter-input input::-webkit-outer-spin-button,
  .counter .counter-input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  .counter .counter-input .counter-down,
  .counter .counter-input .counter-up {
    width: 45px;
    height: 45px;
    border: 1px solid #e5e6e9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 500;
    color: #f44639;
    cursor: pointer;
  }
  
  .counter .counter-input .counter-down {
    border-radius: 3px 0 0 3px;
  }
  
  .counter .counter-input .counter-up {
    border-radius: 0 3px 3px 0;
  }
  
  @media (max-width: 768px) {
    .counter {
      padding-top: 25px;
      margin-top: 25px;
      margin-bottom: 20px;
      border-top: 1px solid #ddd;
      width: 100%;
      max-width: 100%;
    }
  }
  
  .adultos-content .adulto h5 {
    margin: 10px 0 5px 0;
    font-size: 15px;
    color: grey;
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .adultos-content .adulto .adulto-input {
    display: flex;
    align-items: center;
  }
  
  .adultos-content .adulto .adulto-input input[type="text"] {
    width: 75px;
    font-size: 13px;
    margin-right: 4px;
    padding: 0 5px;
  }
  
  .adultos-content .adulto .adulto-input label {
    font-family: "Roboto", "Helvetica", sans-serif;
    margin-left: 2px;
    font-size: 12px;
    color: grey;
    display: flex;
    align-items: center;
  }
  
  .adultos-content .adulto .adulto-input label input {
    margin-right: 2px;
  }
  
  .menores-content .menor h5 {
    margin: 10px 0 5px 0;
    font-size: 15px;
    color: grey;
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .menores-content .menor .menor-input {
    display: flex;
    align-items: center;
  }
  
  .menores-content .menor .menor-input input[type="text"] {
    width: 75px;
    font-size: 13px;
    margin-right: 5px;
    padding: 0 5px;
  }
  
  .minidata p {
    font-family: "Roboto", "Helvetica", sans-serif;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .minidata .minititle {
    color: #83838d;
    font-size: 13px;
    margin: 0;
  }
  
  .box-form-25 .direccion-campos {
    background-color: #f5f5f5;
    position: relative;
    box-shadow: 0 0 0 1px #d8d8d8;
    padding: 25px 25px 15px 25px;
  }
  
  .box-form-25 .direccion-campos:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #d8d8d8 transparent;
    top: -7px;
  }
  
  .box-form-25 .direccion-campos input {
    font-size: 13px;
  }
  
  .box-form-25 .box-beneficio {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    padding: 25px 20px 15px 20px;
    position: relative;
  }
  
  .box-form-25 .box-beneficio input,
  .box-form-25 .box-beneficio select {
    font-size: 13px;
  }
  
  .box-form-25 .box-beneficio .box-beneficio--icon {
    position: absolute;
    top: -15px;
    background: white;
    width: 30px;
    height: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .box-form-25 .box-beneficio .box-beneficio--icon img {
    width: 11px;
  }
  
  .box-form-25 .box-beneficio .box-beneficio--title {
    font-size: 16px;
    color: #585862;
    font-weight: 500;
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .box-form-25 .box-beneficio .box-beneficio--title span {
    color: #a0a0a0;
  }
  
  .box-form-25 .box-beneficio .box-beneficio--inputs {
    display: flex;
    flex-wrap: wrap;
  }
  
  .box-form-25 .box-beneficio .box-beneficio--inputs .input-col {
    margin-right: 5px;
    width: calc(50% - 5px);
  }
  
  .box-form-25 .box-beneficio .box-beneficio--inputs .input-col-2 {
    margin-right: 5px;
    width: calc(33.3333% - 5px);
  }
  
  .box-form-25 .box-beneficio .box-beneficio--inputs .input-radio {
    font-family: "Roboto", "Helvetica", sans-serif;
    margin-top: 13px;
    font-size: 14px;
    padding-left: 10px;
  }
  
  .box-form-25 .box-beneficio .box-beneficio--inputs .input-radio span {
    vertical-align: 2px;
  }
  
  @media (max-width: 768px) {
  
    .box-form-25 .box-beneficio .box-beneficio--inputs .input-col,
    .box-form-25 .box-beneficio .box-beneficio--inputs .input-col-2 {
      width: 100%;
      margin-right: 0;
    }
  }
  
  .box-form-25 .box-tarjeta {
    border-top: 1px solid #ddd;
  }
  
  .box-form-25 .box-tarjeta .input-expiracion {
    height: 55px;
  }
  
  .box-form-25 .box-tarjeta .input-codigo {
    height: 55px;
  }
  
  .box-form-25 .box-tarjeta .input-tarjeta {
    height: 55px;
    font-size: 18px;
    text-align: center;
  }
  
  .box-form-25 .box-tarjeta .col-codigo {
    position: relative;
  }
  
  .box-form-25 .box-tarjeta .col-codigo input {
    padding-right: 25px;
  }
  
  .box-form-25 .box-tarjeta .btn-seguridad {
    position: absolute;
    top: 15px;
    right: 28px;
    opacity: 0.5;
  }
  
  .box-form-25 .box-tarjeta .btn-seguridad:hover {
    opacity: 1;
  }
  
  .box-form-25 .box-tarjeta .btn-seguridad img {
    width: 17px;
  }
  
  .terminos-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", "Helvetica", sans-serif;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
  }
  
  .terminos-copy .left a {
    color: #46535f;
    margin-right: 10px;
    font-size: 14px;
  }
  
  .terminos-copy .right {
    display: flex;
    align-items: center;
  }
  
  .terminos-copy .right p {
    margin: 0 5px 0 0;
    font-size: 11px;
    font-weight: 500;
    color: #8da2b5;
    width: 300px;
  }
  
  .terminos-copy .right .ss {
    margin: 0 5px;
  }
  
  .terminos-copy .right img {
    width: auto;
    height: 40px;
  }
  
  @media (max-width: 1200px) {
    .terminos-copy .right p {
      width: 250px !important;
    }
  }
  
  @media (max-width: 992px) {
    .terminos-copy {
      flex-direction: column;
    }
  
    .terminos-copy .left {
      margin-bottom: 15px;
    }
  
    .terminos-copy .right {
      display: flex;
    }
  }
  
  @media (max-width: 768px) {
    .terminos-copy .left {
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .terminos-copy .left a {
      margin: 5px 0;
    }
  
    .terminos-copy .right {
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
    }
  
    .terminos-copy .right p {
      margin-top: 15px;
      width: 100% !important;
      order: 3;
    }
  }
  
  #terminos {
    margin-bottom: 40px;
  }
  
  #terminos .btn-terminos {
    border-top: 1px solid #dcdde4;
    padding: 30px 0;
    width: 100%;
    display: inline-block;
    cursor: pointer;
  }
  
  #terminos .btn-terminos h4 {
    color: #3d3d46;
    margin: 0;
    font-size: 25px;
    font-weight: 900;
    font-family: "Poppins", "Helvetica", sans-serif;
    letter-spacing: -0.05em;
    display: inline-block;
  }
  
  #terminos .btn-terminos span {
    float: right;
  }
  
  #terminos .btn-terminos svg {
    width: 20px;
  }
  
  #terminos .terminos-text {
    color: #9a9aad;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", "Helvetica", sans-serif;
    line-height: 1.8em;
    text-align: justify;
    transition: max-height 0.5s;
    position: relative;
    word-wrap: break-word;
  }
  
  #terminos .terminos-text.normal {
    max-height: 200px;
    overflow: hidden;
  }
  
  #terminos .terminos-text.active .over {
    opacity: 0;
    pointer-events: none;
  }
  
  #terminos .terminos-text.active .btn-terminos-more {
    opacity: 0;
    pointer-events: none;
  }
  
  #terminos .terminos-text .over {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s opacity;
    height: 100%;
  }
  
  #terminos .terminos-text .btn-terminos-more {
    cursor: pointer;
    position: absolute;
    transition: 0.5s opacity;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  
  #terminos .terminos-text .btn-terminos-more svg {
    width: 30px;
  }
  
  #terminos .terminos-text .btn-terminos-less {
    padding-top: 50px;
    cursor: pointer;
    position: relative;
    transition: 0.5s opacity;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  #terminos .terminos-text .btn-terminos-less svg {
    width: 30px;
    transform: rotate(180deg);
  }
  
  .box-badge {
    background-color: #fff95f;
    color: #000;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 0px 35px 0px rgb(49 49 71 / 16%);
  }
  
  .box-badge img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  
  
  
  .box-form {
    box-shadow: 0px 0px 35px 0px rgba(49, 49, 71, 0.16);
    padding: 35px;
    border-radius: 5px;
    background-color: white;
    z-index: 10;
    position: relative;
  }
  
  .box-form .box-form--title {
    color: #ffa337;
    font-weight: 700;
  }
  
  .box-form .box-form--title.black {
    color: #2c3644;
    font-size: 20px;
  }
  
  .box-form .box-form--content {
    padding: 15px 0;
  }
  
  .box-form input[type="number"],
  .box-form input[type="text"],
  .box-form input[type="email"] {
    width: 100%;
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    height: 45px;
    padding: 0 10px;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .box-form input[type="number"] ::-webkit-input-placeholder,
  .box-form input[type="text"] ::-webkit-input-placeholder,
  .box-form input[type="email"] ::-webkit-input-placeholder {
    color: #585862;
    opacity: 1;
  }
  
  .box-form input[type="number"] :-moz-placeholder,
  .box-form input[type="text"] :-moz-placeholder,
  .box-form input[type="email"] :-moz-placeholder {
    color: #585862;
    opacity: 1;
  }
  
  .box-form input[type="number"] ::-moz-placeholder,
  .box-form input[type="text"] ::-moz-placeholder,
  .box-form input[type="email"] ::-moz-placeholder {
    color: #585862;
    opacity: 1;
  }
  
  .box-form input[type="number"] :-ms-input-placeholder,
  .box-form input[type="text"] :-ms-input-placeholder,
  .box-form input[type="email"] :-ms-input-placeholder {
    color: #585862;
    opacity: 1;
  }
  
  .box-form select {
    width: 100%;
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    height: 45px;
    padding: 0 10px;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #585862;
  }
  
  .box-form .input-email {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .box-form .input-email .at {
    border-top: 1px solid #e5e6e9;
    border-bottom: 1px solid #e5e6e9;
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .box-form .input-email .at img {
    width: 17px;
  }
  
  .box-form .input-email input {
    width: 50%;
    margin: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .box-form .input-email select {
    width: 50%;
    margin: 0;
    border-radius: 0 3px 3px 0;
  }
  
  @media (max-width: 576px) {
    .box-form .input-email {
      flex-direction: column;
    }
  
    .box-form .input-email input,
    .box-form .input-email select {
      width: 100%;
    }
  
    .box-form .input-email select {
      background-image: url("../img/icon-at.svg");
      background-repeat: no-repeat;
      background-size: 17px;
      background-position: 15px;
      padding-left: 38px;
    }
  
    .box-form .input-email .at {
      display: none;
    }
  }
  
  .box-form .input-telefono {
    display: flex;
    align-items: center;
  }
  
  .box-form .input-telefono input[type="text"] {
    width: calc(50% - 52px);
  }
  
  .box-form .input-telefono .input-tipo {
    display: flex;
  }
  
  .box-form .input-telefono .input-tipo input[type="radio"] {
    display: none;
  }
  
  .box-form .input-telefono .input-tipo input[type="radio"]:checked+.input-radio {
    background-color: #f44639;
    color: #fff;
  }
  
  .box-form .input-telefono .input-tipo input[type="radio"]:checked+.input-radio img {
    filter: brightness(0) invert(1);
  }
  
  .box-form .input-telefono .input-tipo .input-radio {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s background-color;
  }
  
  .box-form .input-telefono .input-tipo .input-radio img {
    height: 18px;
  }
  
  .text-input-radio {
    width: -webkit-fill-available !important;
    text-align: center;
    padding: 10px;
    font-size: 80%;
    font-weight: 500;
    color: var(--gray);
  }
  
  .radio-min-width {
    min-width: 105px important;
  }
  
  @media (max-width: 576px) {
    .box-form .input-telefono {
      flex-wrap: wrap;
    }
  
    .box-form .input-telefono input[type="text"] {
      width: 100%;
    }
  }
  
  .box-form .label {
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    color: #585862;
  }
  
  .box-form .label.red {
    color: #f44639;
    font-size: 17px;
    margin-bottom: 10px;
  }
  
  .box-form .minilabel {
    text-transform: uppercase;
    color: #595f6d;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 500;
  }
  
  .beneficios {
    margin: 10px 0;
  }
  
  .beneficios .beneficio {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Roboto", "Helvetica", sans-serif;
    margin: 4px 0;
  }
  
  .beneficios .beneficio .beneficio-icono {
    width: 35px;
    height: 35px;
    background-color: #dfe5ec;
    border-radius: 50px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .beneficios .beneficio .beneficio-icono img {
    height: 15px;
    opacity: 0.75;
  }
  
  .beneficios .beneficio .beneficio-title {
    color: #585862;
  }
  
  .beneficios .beneficio .beneficio-precio {
    margin-left: auto;
    color: #f44639;
    font-size: 19px;
  }
  
  .beneficios .beneficio .beneficio-check {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #c4cad1;
    border-radius: 50%;
    transition: 0.2s background-color, 0.2s border-color;
  }
  
  .beneficios input[type="checkbox"] {
    display: none;
  }
  
  .beneficios input[type="checkbox"]:checked+.beneficio .beneficio-check {
    background-color: #33cc00;
    border-color: #33cc00;
    background-image: url("../img/tick.svg");
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
  }
  
  @media (max-width: 576px) {
    .beneficios .beneficio .beneficio-icono {
      display: none;
    }
  
    .beneficios .beneficio .beneficio-title {
      font-size: 13px;
    }
  
    .beneficios .beneficio .beneficio-precio {
      font-size: 13px;
    }
  
    .beneficios .beneficio .beneficio-check {
      flex-shrink: 0;
    }
  }
  
  .total {
    font-family: "Roboto", "Helvetica", sans-serif;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .total .cantidad {
    color: #f44639;
    font-size: 50px;
    font-weight: 400;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    transition: 0.25s width;
    width: 56px;
    will-change: width;
  }
  
  .total .cantidad .cantidad-peso {
    width: 28px;
    flex-shrink: 0;
    animation-fill-mode: forwards;
  }
  
  .total .cantidad .new-cantidad {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    animation-fill-mode: forwards;
  }
  
  .total .cantidad.changing .cantidad-total {
    animation: 0.25s go_up_old;
  }
  
  .total .cantidad.changing .new-cantidad {
    animation: 0.25s go_up_new;
  }
  
  @keyframes go_up_new {
    from {
      transform: translate3d(0, 100%, 0);
      opacity: 0;
    }
  
    to {
      transform: translate3d(0, 0%, 0);
      opacity: 1;
    }
  }
  
  @keyframes go_up_old {
    from {
      transform: translate3d(0, 0%, 0);
      opacity: 1;
    }
  
    to {
      transform: translate3d(0, -100%, 0);
      opacity: 0;
    }
  }
  
  .total .moneda {
    color: #595f6d;
  }
  
  @media (max-width: 576px) {
    .total .cantidad {
      font-weight: 500;
      font-size: 40px;
    }
  }
  
  .col-plan p {
    color: #595f6d;
    font-size: 14px;
  }
  
  .total-black {
    font-family: "Roboto", "Helvetica", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .total-black .cantidad {
    color: #2c3644;
    font-size: 40px;
    font-weight: 400;
  }
  
  .total-black .moneda {
    color: #595f6d;
  }
  
  .plan {
    display: flex;
  }
  
  .plan:hover .plan-image {
    transform: scale(1.1);
    background-color: #f44639;
    border-color: #f44639;
  }
  
  .plan:hover .plan-image svg {
    fill: #fff55a;
  }
  
  .plan .plan-image {
    flex-shrink: 0;
    margin-right: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #e0e3e8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
  }
  
  .plan .plan-image svg {
    width: 40px;
    transition: 0.3s fill;
  }
  
  .plan .plan-content h4 {
    font-weight: 700;
    font-size: 17px;
    color: #f44639;
  }
  
  .plan .plan-content p {
    font-family: "Roboto", "Helvetica", sans-serif;
    color: #595f6d;
    margin: 0;
  }
  
  .plan .plan-content .precio {
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .plan .plan-content .precio .cantidad {
    color: #f44639;
    font-size: 40px;
    font-weight: 300;
  }
  
  .plan .plan-content .precio .moneda {
    color: #595f6d;
  }
  
  @media (max-width: 576px) {
    .plan {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .plan .plan-image {
      margin: 0 0 15px 0;
    }
  }
  
  .page-3 .main-text {
    max-height: 600px;
  }
  
  .form-3 p {
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .form-3 .minititle {
    color: #83838d;
    font-size: 13px;
    margin: 0;
  }
  
  .form-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Helvetica", sans-serif;
    color: #83838d;
  }
  
  .form-3 ul img {
    width: 15px;
    margin-right: 10px;
    vertical-align: -1px;
  }
  
  .form-3 ul li {
    border-bottom: 1px solid #dfe5ec;
    padding: 10px 0;
  }
  
  .icon-user {
    background-image: url("../img/icon-user.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 16px 13px;
    padding-left: 40px !important;
  }
  
  .icon-dni {
    background-image: url("../img/icon-dni.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 13px 50%;
    padding-left: 40px !important;
  }
  
  .icon-building {
    background-image: url("../img/building.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 13px 50%;
    padding-left: 40px !important;
  }
  
  
  
  .icon-email {
    background-image: url("../img/icon-email.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 13px 50%;
    padding-left: 40px !important;
  }
  
  .icon-marker {
    background-image: url("../img/icon-location.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 13px 50%;
    padding-left: 40px !important;
  }
  
  .main-footer {
    padding: 80px 0;
  }
  
  .main-footer .bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .main-footer .bottom-footer .copy p {
    margin: 0;
    color: #8da2b5;
    font-weight: 500;
  }
  
  .main-footer .bottom-footer .copy p a {
    color: #46535f;
  }
  
  .main-footer .bottom-footer .brand {
    display: flex;
    align-items: center;
  }
  
  .main-footer .bottom-footer .brand .logo img {
    width: 120px;
    margin-left: 20px;
  }
  
  @media (max-width: 992px) {
    .main-footer .bottom-footer {
      text-align: center;
      flex-direction: column;
    }
  
    .main-footer .bottom-footer .brand {
      margin-top: 20px;
    }
  }
  
  body {
    font-family: "Poppins", "Helvetica", sans-serif;
  }
  
  #terminosModal {
    background-image: url("../img/bg-cuota-fade.jpg");
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-color: #f0f1f4;
    min-height: 100vh;
  }
  
  #terminosModal .main-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #333;
  }
  
  #terminosModal .footer-mini {
    padding-bottom: 70px;
  }
  
  #terminosModal p {
    font-family: "Roboto", "Helvetica", sans-serif;
    text-align: justify;
    color: #333;
  }
  
  @media (max-width: 768px) {
    #terminosModal {
      background-size: 100%;
    }
  
    #terminosModal .main-title {
      font-size: 25px;
    }
  
    #terminosModal .head {
      text-align: center;
      justify-content: center;
      margin: 0;
    }
  }
  
  .main-hero {
    background-image: url("../img/bg-cuota.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #f0f1f4;
    height: 700px;
    padding-top: 50px;
  }
  
  .main-hero .main-text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .main-hero .main-text h1 {
    font-weight: 700;
    letter-spacing: -0.04em;
    font-size: 50px;
    color: #444954;
  }
  
  .main-hero .main-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
  }
  
  .main-hero .main-text ul li {
    color: #444954;
  }
  
  .main-hero .main-text ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #f44639;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: 3px;
  }
  
  @media (max-width: 1200px) {
    .main-hero .main-text h1 {
      font-size: 40px;
    }
  }
  
  @media (max-width: 992px) {
    .main-hero {
      background-size: cover;
      background-position: top center;
      height: auto;
    }
  
    .main-hero .main-text {
      margin: 70px 0 40px 0;
      height: auto;
    }
  }
  
  @media (max-width: 768px) {
    .main-hero {
      background-position: top center;
      background-size: 150% auto;
    }
  
    .main-hero .main-text h1 {
      font-size: 25px;
    }
  }
  
  .main-hero.page-2 {
    height: auto;
  }
  
  .main-hero.bg-gradient {
    height: auto !important;
    position: relative;
  }
  
  .main-hero.bg-gradient:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(transparent, white);
  }
  
  
  .main-header {
    display: flex;
    align-items: center;
  }
  
  .main-header .main-header--logo {
    margin: 0;
  }
  
  .main-header .main-header--logo img {
    width: 150px;
  }
  
  .main-header .main-header--phone {
    display: none;
  }
  
  .main-header .main-header--social {
    border-left: 1px solid #b6b9c8;
    margin-left: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
  }
  
  .main-header .main-header--social a {
    margin-right: 5px;
  }
  
  @media (max-width: 768px) {
    .main-header {
      justify-content: center;
    }
  
    .main-header .main-header--social {
      display: none;
    }
  
    .main-header .main-header--phone {
      border-left: 1px solid #b6b9c8;
      margin-left: 15px;
      padding-left: 15px;
      display: block;
      color: #444954;
      font-size: 14px;
      line-height: 1.2em;
    }
  
    .main-header .main-header--phone b {
      display: block;
    }
  
    .main-header .main-header--phone p {
      margin: 0;
    }
  }
  
  @media (max-width: 576px) {
    .main-header .main-header--logo img {
      width: 100px;
    }
  }
  
  .main-servicios {
    padding: 80px 0;
  }
  
  .main-servicios h2 {
    color: #ffa337;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.005em;
  }
  
  .main-servicios .item-servicio {
    padding: 40px;
    box-shadow: 0 0 0 1px #e3e3e3;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s transform, 0.2s box-shadow, 0.5s max-height;
    position: relative;
    transform: translateZ(0);
    min-height: 350px;
  }
  
  .main-servicios .item-servicio.max {
    max-height: 350px;
  }
  
  .main-servicios .item-servicio.big {
    max-height: 350px;
    overflow: hidden;
    justify-content: flex-start;
    margin: auto;
  }
  
  .main-servicios .item-servicio.big:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    height: 30%;
    background: linear-gradient(transparent, white);
    transition: 0.2s opacity;
    pointer-events: none;
  }
  
  .main-servicios .item-servicio.big:hover:after {
    opacity: 0;
  }
  
  .main-servicios .item-servicio.big:hover .big-arrow {
    opacity: 0;
  }
  
  .main-servicios .item-servicio:before {
    content: "";
    background-image: url("../img/deco-1.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
    background-color: #f44639;
    opacity: 0;
    transition: 0.2s opacity;
  }
  
  .main-servicios .item-servicio .item-servicio--figure {
    margin-bottom: 10px;
  }
  
  .main-servicios .item-servicio .item-servicio--figure svg {
    height: 50px;
  }
  
  .main-servicios .item-servicio .item-servicio--figure img {
    height: 50px;
    transition: 0.2s filter;
    will-change: filter;
  }
  
  .main-servicios .item-servicio .item-servicio--title {
    color: #f44639;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px;
    transition: 0.2s color;
  }
  
  .main-servicios .item-servicio .item-servicio--content {
    color: #959ba8;
    font-weight: 500;
    transition: 0.2s color;
  }
  
  .main-servicios .item-servicio .item-servicio--content p {
    margin: 0;
  }
  
  .main-servicios .item-servicio:hover {
    transform: scale(1.05) translateZ(0);
    box-shadow: 0 0 0 1px #ff4639;
  }
  
  .main-servicios .item-servicio:hover:before {
    opacity: 1;
  }
  
  .main-servicios .item-servicio:hover .item-servicio--title {
    color: white;
  }
  
  .main-servicios .item-servicio:hover .item-servicio--content {
    color: #fff55a;
  }
  
  .main-servicios .item-servicio:hover .item-servicio--figure img {
    filter: brightness(0) invert(1);
  }
  
  .main-servicios .item-servicio .big-arrow {
    position: absolute;
    bottom: 0;
    transition: 0.2s opacity;
    pointer-events: none;
    z-index: 99;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .main-servicios .item-servicio .big-arrow svg {
    width: 15px;
    height: 15px;
    fill: #c2c6cd;
  }
  
  @media (max-width: 768px) {
    .main-servicios h2 {
      font-size: 25px;
    }
  
    .main-servicios .item-servicio {
      padding: 20px;
    }
  
    .main-servicios .item-servicio.big:after {
      bottom: 50px;
    }
  
    .main-servicios .item-servicio .item-servicio--title {
      font-size: 20px;
    }
  
    .main-servicios .item-servicio.active {
      transform: scale(1.05) translateZ(0);
      box-shadow: 0 0 0 1px #ff4639;
    }
  
    .main-servicios .item-servicio.active:before {
      opacity: 1;
    }
  
    .main-servicios .item-servicio.active .item-servicio--title {
      color: white;
    }
  
    .main-servicios .item-servicio.active .item-servicio--content {
      color: #fff55a;
    }
  
    .main-servicios .item-servicio.active .item-servicio--figure img {
      filter: brightness(0) invert(1);
    }
  
    .main-servicios .item-servicio .big-arrow {
      display: block;
      background-color: white;
    }
  }
  
  .main-badge {
    background-color: #f44639;
    background-image: url("../img/bg.png");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
  }
  
  .main-badge h3 {
    color: white;
    font-weight: 700;
    font-size: 35px;
    max-width: 550px;
    margin: 0 auto 30px auto;
  }
  
  @media (max-width: 768px) {
    .main-badge h3 {
      font-size: 24px;
    }
  }
  
  .phone-dinamic {
    margin-top: 45px;
  }
  
  .phone-dinamic .phone-label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #444954;
    margin: 0;
  }
  
  .phone-dinamic .phone-number {
    list-style: none;
    font-size: 22px;
    color: #f44639;
    background-color: #fff55a;
    padding: 20px 25px;
    font-weight: 600;
    display: inline-block;
  }
  
  .phone-dinamic .phone-number p {
    margin: 0;
  }
  
  .phone-dinamic .phone-number b {
    font-weight: 800;
  }
  
  @media (max-width: 576px) {
    .phone-dinamic .phone-number {
      display: none;
    }
  
    .phone-dinamic .phone-number p {
      line-height: 1.2;
      margin-bottom: 15px;
    }
  
    .phone-dinamic .phone-number b {
      display: block;
    }
  }
  
  .select2 {
    width: 100% !important;
  }
  
  .select2-dropdown {
    margin-top: -10px;
    border-color: #e5e6e9;
  }
  
  .select2-dropdown .select2-results__options {
    font-family: "Roboto", "Helvetica", sans-serif;
  }
  
  .select2-dropdown .select2-results__options li {
    font-size: 15px;
    font-weight: 500;
    color: #757575;
  }
  
  .custom-checkbox-red {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  
  .custom-checkbox-red label {
    font-family: "Roboto", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  
  .custom-checkbox-red .custom-control-input:checked~.custom-control-label::before {
    border-color: #f44639;
    background-color: #f44639;
  }
  
  .custom-checkbox-red .custom-control-label::before {
    top: -2px;
  }
  
  .custom-checkbox-red .custom-control-label::after {
    top: -2px;
  }
  
  /*.edades{
      width: 100%;
  }
  .fl{
      float: left;
  }*/
  .extra-bene .item-servicio {
    opacity: 0.8;
    background-color: #eee;
    transition: 0.25s opacity, 0.2s box-shadow, 0.2s transform;
  }
  
  .extra-bene .item-servicio .item-servicio--title {
    color: #999;
  }
  
  .extra-bene .item-servicio:hover .item-servicio--title {
    color: white;
  }
  
  .extra-bene.active .item-servicio {
    opacity: 1;
    background-color: white;
  }
  
  .extra-bene.active .item-servicio .item-servicio--title {
    color: #f44639;
  }
  
  .extra-bene.active .item-servicio:hover .item-servicio--title {
    color: white;
  }
  
  .error-field {
    color: red;
    font-weight: bold;
  }
  
  .display-none {
    /*    display: none;*/
  }
  
  .select2-container {
    height: 49px;
  }
  
  .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #e5e6e9;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
  }
  
  #select2-provincia-container {
    height: 40px;
    line-height: 37px;
  }
  
  .fix-lan {
    height: 18px;
    margin-left: 6px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #585862;
    opacity: 1;
  }
  
  #back-input,
  #back-input-loc {
    position: absolute;
    height: 39px;
    width: 20px;
  }
  
  #back-input span,
  #back-input-loc span {
    background: url("/images/back-icon.png") no-repeat;
    height: 16px;
    width: 19px;
    float: right;
    margin-top: 65%;
    position: relative;
    left: -14px;
    cursor: pointer;
  }
  
  .hacks {
    width: 100%;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 9px;
  }
  
  @media (max-width: 580px) {
    .hacks {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  
  .box-form .input-email .hacks input {
    width: 100%;
  }
  
  .box-form .minilabel.big {
    text-align: center;
    margin-bottom: 7px;
    font-size: 15px;
    color: #333;
  }
  
  .custom-classname {
    color: #e5382f;
    margin-left: 30px;
    height: 45px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
  }
  
  .eac-input-wrap {
    width: 100%;
  }
  
  input.campo {
    color: #585862;
  }
  
  .credit-input {
    height: 34px !important;
    padding: 0px 1px !important;
  }
  
  .credit-cell {
    height: 31px !important;
    padding: 0px 1px !important;
  }
  
  .btn-cartilla {
    margin-bottom: 17px;
  }
  
  .btn-cartilla-mini {
    width: 48% !important;
    font-size: 11px;
    margin: 2px;
    text-align: left;
    padding-left: 8px;
  }
  
  .main-header .main-header--phone .mobile {
    display: none;
  }
  
  @media (max-width: 578px) {
    .main-hero .main-text {
      margin: 70px 0 -29px 0 !important;
    }
  
    .box-form .input-telefono input[type="text"].prefijo {
      width: calc(46% - 52px);
    }
  
    .box-form .input-telefono input[type="text"] {
      width: calc(53% - 52px);
    }
  
    .main-header .main-header--phone b {
      font-size: 22px;
    }
  
    .main-header .main-header--phone {
      font-size: 22px;
    }
  
    .main-header .main-header--phone .mobile {
      display: inline;
    }
  
    .main-header .main-header--phone .mobile a {
      color: #444954;
    }
  
    .main-header .main-header--phone .common {
      display: none;
    }
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  
  #prefijo {
    width: calc(38% - 52px) !important;
  }
  
  #numero {
    width: calc(61% - 52px) !important;
  }
  
  .terminos {
    color: #fff;
    margin-top: 40px
  }
  
  .terminos-condiciones {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .terminos-condiciones a {
    color: black;
    font-size: 12px;
    line-height: 14px;
    position: relative;
  }
  
  .terminos-condiciones .terminos {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    width: 249px;
  }
  
  .terminos-condiciones .terminos input {
    position: absolute;
    opacity: 0;
    cursor: pointer
  }
  
  .terminos .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
  }
  
  .terminos-condiciones .terminos:hover input~.checkmark {
    background-color: #ccc
  }
  
  .terminos-condiciones .terminos input:checked~.checkmark {
    background-color: #e5382f
  }
  
  .terminos-condiciones .terminos .checkmark:after {
    content: "";
    position: absolute;
    display: none
  }
  
  .terminos-condiciones .terminos input:checked~.checkmark:after {
    display: block
  }
  
  .terminos-condiciones .terminos .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  ol {
    counter-reset: item
  }
  li {
    display: block
  }
  li:before {
    content: counters(item, ".") " ";
    counter-increment: item
  }

  ol.letter {
    counter-reset: letter
  }
  ol.letter > li {
    display: block
  }
  ol.letter>li:before {
    counter-increment: letter;
    content: counter(letter, lower-alpha) ")";
  }

  ol.dash {
    counter-reset: dash
  }
  ol.dash > li {
    display: block
  }
  ol.dash>li:before {
    counter-increment: dash;
    content: counter(dash, none) "-";
  }
  ol.square {
    counter-reset: square
  }
  ol.square > li {
    display: block
  }
  ol.square>li:before {
    counter-increment: square;
    content: counter(square, square) " ";
  }
  .footer-mini {
    padding: 19px;
  }