body.qnt-styles {
  background-color: #ffffff;
}

main {
  background-color: #ffffff;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

button {
  outline: none;
}

.qnt-styles .half-section {
  width: 50%;
  max-width: 500px;
  margin: 20px auto;
  float: left;
  padding: 0 30px;
}

.qnt-styles .half-section .qnt-new-input {
  margin-bottom: 20px;
}

.qnt-styles .half-section .qnt-new-input label {
  color: #333;
  font-weight: 600 !important;
  font-size: 14px;
  margin: 5px auto;
  text-align: left;
  width: 100%;
}

.qnt-styles .half-section .qnt-new-input input {
  height: 40px;
  border: 1px solid #D1D1D1;
  padding: 0px 9px;
}

.qnt-styles .alert-message {
  background-color: #fdf8e4;
  padding: 10px;
  color: #654d2b;
  border: 1px solid #654d2b;
  text-align: center;
  width: 100%;
  margin: 30px auto 10px auto;
  max-width: 600px;
}

.qnt-styles .alert-message .alert-icon {
  width: 40px;
  display: inline-block;
  margin: 15px;
}

.qnt-styles .alert-message .message-container {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

.qnt-styles .alert-message .message-container p {
  margin: auto;
  text-align: left;
  font-size: 14px;
}

.qnt-styles .textTAndC {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  width: 85%;
  margin: auto;
  text-align: left;
}

.qnt-styles .terms-checkbox:checked+.che:after {
  opacity: 1;
}

.qnt-styles .terms-checkbox {
  display: none;
}

.qnt-styles .che {
  background: #FFF;
  height: 20px;
  width: 20px;
  padding: 10px;
  margin: 0em;
  border: 1px solid #D1D1D1;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.qnt-styles .che:after {
  content: '';
  width: 15px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 3px;
  border: 3px solid #1371ab;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qnt-styles .relevant-info {
  margin: auto;
  text-align: center;
  float: left;
  max-width: 750px;
}

.qnt-styles .relevant-info .remember-benefit-container {
  width: 100%;
  margin: 10px auto;
}

.qnt-styles .relevant-info .remember-benefit-container .benefit-img-container {
  width: 10%;
  display: inline-block;
}

.qnt-styles .relevant-info .remember-benefit-container .benefit-img-container figure {
  border: 2px solid #496c82;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin: auto;
}

.qnt-styles .relevant-info .remember-benefit-container .benefit-img-container figure img {
  width: 100%;
  max-width: 30px;
  padding: 5px 0;
}

.qnt-styles .relevant-info .remember-benefit-container .benefit-text-container {
  width: 80%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}

.qnt-styles .relevant-info .remember-benefit-container.small-icons {
  margin: 5px auto;
}

.qnt-styles .relevant-info .remember-benefit-container.small-icons .benefit-img-container {
  width: auto;
}

.qnt-styles .relevant-info .remember-benefit-container.small-icons .benefit-img-container figure {
  border: none;
  width: auto;
  height: auto;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}

.qnt-styles .relevant-info .remember-benefit-container.small-icons .benefit-img-container img {
  width: 100%;
  max-width: 20px;
  padding: 5px 0;
}

.qnt-styles .resume-section-wrapper {
  float: left;
  margin: 20px auto;
  width: 100%;
}

.qnt-styles .input-container {
  margin: 10px 0;
}

.qnt-styles .checkbox.input-container {
  margin: 0px 0;
}

.qnt-styles .input-container .terms-checkbox {
  display: none;
}

.qnt-styles .black-text {
  color: #000000;
  font-size: 16px;
}

.qnt-styles a {
  color: #1371ab;
}

.qnt-styles * {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.qnt-styles .header-container {
  background-color: #ffffff;
  padding: 10px 0;
  z-index: 10;
}

.qnt-styles .header-container .logo-container {
  width: 100%;
}

.qnt-styles .header-container .logo-container img {
  max-width: 80px;
  height: auto;
  padding: 5px 0;
  display: block;
  margin: auto;
}

.qnt-styles .header-container .header-title {
  color: #000000;
  display: block;
  width: 60%;
  text-align: center;
  margin: auto;
  font-size: 12px;
}

.qnt-styles .customer-message-container .customer-greet {
  color: #000000;
  font-size: 20px;
}

.qnt-styles .customer-message-container .focus-message {
  color: #1371ab;
  line-height: 1.2;
  font-size: 20px;
  margin: 20px auto;
}

.qnt-styles .customer-message-container .focus-message.green-message {
  color: #88bd2a;
}

.qnt-styles .customer-message-container .focus-message.black-message {
  color: #111111;
}

.qnt-styles .customer-message-container .black-text {
  color: #000000;
  font-size: 18px;
}

.qnt-styles .customer-message-container .dark-blue-text {
  color: #496c82;
  font-size: 16px;
}


.qnt-styles .btn-container .btn-main-container {
  width: 100%;
  text-align: center;
}

.qnt-styles .btn-container .btn-bg-blue {
  background-color: #1371ab;
  margin: 15px 10px;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 40px;
  min-width: 240px;
}

.qnt-styles .btn-container .btn-bg-green {
  background-color: #88bd2a;
  margin: 15px 10px;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 40px;
  min-width: 240px;
}

.qnt-styles .benefits-list p {
  color: #000000;
  margin: auto 0;
  font-size: 16px;
}

.qnt-styles .benefits-list .benefits-list-container {
  width: 85%;
}

.qnt-styles .blue-title {
  color: #1371ab;
  width: 100%;
  font-size: 20px;
}

.qnt-styles .blue-title::before {
  content: "";
  width: 140px;
  height: 2px;
  background: #1371ab;
  position: absolute;
  bottom: 14px;
  display: block;
  margin: 0;
}

.qnt-styles .blue-title::after {
  content: "";
  width: 90%;
  height: 1px;
  background: #1371ab;
  position: relative;
  min-width: 200px;
  display: block;
  margin: 5px 0;
}

.qnt-styles .blue-icons {
  color: #1371ab;
}

.qnt-styles .details-box {
  background-color: #ffffff;
  width: 100%;
  margin: 55px auto 20px auto;
  padding: 10px 10px 20px 10px;
  border: 1px solid #E4E7EB;
  position: relative;
  max-width: 420px;
}

.qnt-styles .details-box .box-img {
  background-color: #ffffff;
  border: 1px solid #E4E7EB;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  display: block;
  margin: -60px auto 10px;
}

.qnt-styles .details-box .box-img img {
  width: 45px;
  margin: 20px auto;
}

.qnt-styles .details-box .detail-strong {
  color: #1371ab;
  font-size: 25px;
  font-weight: 700;
}

.qnt-styles .details-box .detail-soft {
  color: #000000;
  font-size: 18px;
}

.qnt-styles .details-box p {
  margin: auto;
}

.qnt-styles .card-header {
  background-color: #ffffff;
}

.qnt-styles.ajuste-oferta body {
  background-color: #f4f4f4;
  font-family: "pfbeausanspro", sans-serif;
  font-weight: 400;
  margin: auto;
  padding: 0;
  text-align: initial !important;
}

.qnt-styles.ajuste-oferta .section {
  width: 100%;
  text-align: center;
  float: left;
}

.qnt-styles.ajuste-oferta .special-wrapper {
  position: relative;
}

.qnt-styles.ajuste-oferta .plans-desktop {
  display: block;
}

.qnt-styles.ajuste-oferta .plans-box {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #FFFFFF;
}

.qnt-styles.ajuste-oferta .plans-boxes-container {
  text-align: center;
  clear: both;
  position: relative;
}

.qnt-styles.ajuste-oferta .product-menu-slide {
  display: none;
}

.qnt-styles.ajuste-oferta .plan-header {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding: 20px 10px;
  margin: auto;
  min-height: 70px;
  color: #717171;
  background-color: #EBEBEB;
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
  color: #717171;
}

.qnt-styles .modal-dialog .table-plan td {
  font-family: sans-serif !important;
}

.qnt-styles.ajuste-oferta .plan-header.highlight-color-blue {
  background-color: #1371ab;
  color: #ffffff;
}

.qnt-styles.ajuste-oferta .plan-header.highlight-color-dark-blue {
  background-color: #1371ab;
  background-color: #496c82;
  color: #ffffff;
}

.qnt-styles.ajuste-oferta .benefits {
  min-height: auto;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .benefits-main-container .select-main-container {
  padding: 5px 0 20px 0;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .benefits-main-container .select-main-container select {
  margin: 0;
  width: 80%;
  background-position: 95%;
  height: 40px;
  background-image: url(../src/img/down-chevron.svg);
  background-size: 15px;
  border: 1px solid #D1D1D1;
  color: #1371ab;
  font-weight: 600 !important;
  font-size: 20px;
  text-align-last: center;
  padding: 0 9px;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plan-center-text-container {
  width: 100%;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plan-center-text-container .plan-subtitle {
  font-size: 20px;
  color: #FFFFFF;
  background: #496c82;
  padding: 10px 0;
  font-weight: 600;
  margin: auto;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plan-label {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 14px;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plan-label.color-blue {
  color: #87bd29;
  font-weight: 700;
  margin: 10px auto;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plan-columm {
  padding: 5px 0;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plan-columm.dark {
  background-color: #f4f4f4;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plan-detail {
  font-size: 18px;
  font-weight: 700;
  margin: auto;
}

.qnt-styles .relevant-info .remember-benefit-container .benefit-text-container {
  width: 80%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  font-size: 14px;
}

.qnt-styles .relevant-info .section .remember-benefit-container .benefit-text-container {
  font-size: 12x;
}

.qnt-styles .relevant-info .remember-benefit-container .benefit-text-container.big-numbers {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .benefits-item {
  padding: 10px;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .benefits-item:nth-child(even) {
  background-color: #f4f4f4;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .benefits-item .benefits-item-img-container {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  border-radius: 100%;
  border: 2px solid #496c82;
  width: 45px;
  height: 45px;
  position: relative;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .benefits-item .benefits-item-img-container .plan-icon {
  width: 68%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .benefits-item .plan-label {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  text-align: left;
  margin: auto 5px;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plans-btn {
  display: block;
  margin: 20px auto;
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-family: 'SF';
  font-weight: 600;
  border: none;
  max-width: 220px;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plans-btn p {
  margin: auto;
}

.qnt-styles.ajuste-oferta .benefits-wrapper .plans-btn:hover p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.qnt-styles.ajuste-oferta .tooltip-inner {
  max-width: 300px;
  padding: .25rem .5rem;
  color: #ffffff;
  text-align: center;
  background-color: black;
  border-radius: .25rem;
}

.qnt-styles.ajuste-oferta .bs-tooltip-auto[x-placement^=top] .arrow::before,
.qnt-styles.ajuste-oferta .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000000;
}

.qnt-styles.ajuste-oferta .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.qnt-styles.ajuste-oferta .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000000;
}

.qnt-styles.ajuste-oferta .tooltip {
  font-size: 12px;
  font-family: Raleway;
  line-height: 1.4;
}

.qnt-styles.ajuste-oferta .mobile-tooltip {
  color: #000000;
  width: 90%;
}

.qnt-styles.ajuste-oferta .plan-resume .plan-main-container {
  width: 90%;
  max-width: 600px;
  border: 1px solid #D1D1D1;
  background-color: #ffffff;
  padding-top: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
  border-bottom: 3px solid #1371ab;
}

.qnt-styles.ajuste-oferta .plan-resume .plan-main-container table {
  width: 90%;
  margin: auto;
}

.qnt-styles.ajuste-oferta .plan-resume .plan-main-container table tr .text-left {
  color: #000000;
  font-weight: 400;
}

.qnt-styles.ajuste-oferta .plan-resume .plan-main-container table tr .resume-label-value {
  color: #1371ab;
  font-size: 18px;
}

.qnt-styles .resume-label-value span {
  font-family: sans-serif;
}

.qnt-styles.ajuste-oferta .plan-resume .total-offer {
  background-color: #1371ab;
  padding: 10px;
  margin-top: 20px;
}

.qnt-styles.ajuste-oferta .plan-resume .total-offer .lead,
.qnt-styles.ajuste-oferta .plan-resume .total-offer #total {
  font-weight: 600;
  font-size: 20px;
}

.qnt-styles.ajuste-oferta .not-has-tooltip {
  display: none;
}

.qnt-styles.ajuste-oferta .customer-message-container {
  width: 80%;
  margin: 40px auto;
}

.qnt-styles.form-style .field {
  margin: 10px auto;
}

.qnt-styles.form-style select {
  margin: 0;
  width: 100%;
  background-position: 95%;
  height: 40px;
  background-image: url(../src/img/down-chevron.svg);
  background-size: 15px;
  color: #717171;
  font-weight: 400 !important;
  font-size: 16px;
  text-align-last: left;
  padding: 0 9px;
}

.qnt-styles.form-style .field--focus .qnt-new-input label:not(.cw-form-select__label) {
  color: #333;
  font-weight: 600 !important;
  font-size: 14px;
  margin: 5px auto;
  padding: 5px;
}

.qnt-styles.form-style .qnt-new-input {
  margin: 10px auto;
}

.qnt-styles.form-style .qnt-new-input input {
  height: 40px;
  font-weight: 400;
  padding: 0px 9px;
  color: #717171;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qnt-styles.form-style .qnt-new-input input.error {
  border-color: #d50000;
  background-image: none;
}

.qnt-styles.form-style .qnt-new-input select.error {
  border-color: #d50000;
  background-image: url(../src/img/down-chevron.svg);
}

.qnt-styles.form-style .qnt-new-input input.valid {
  border-color: #468847;
  background-image: none;
}

.qnt-styles.form-style .qnt-new-input select.valid {
  border-color: #468847;
  background-image: url(../src/img/down-chevron.svg);
}

.qnt-styles.form-style .qnt-new-input label:not(.cw-form-select__label),
.col-5 label:not(.cw-form-select__label),
label.col-5 {
  color: #333;
  width: 100%;
  font-weight: 700 !important;
  font-size: 14px;
  text-align: left !important;
}

.qnt-styles.form-style .qnt-new-input .form-error {
  font-size: 12px;
  text-align: center;
  padding: 0;
  margin: 5px 0 10px 0;
  color: #d50000;
}

.qnt-styles.form-style .qnt-form-container {
  background-color: #ffffff;
  max-width: 1000px;
  padding: 20px 10px;
  width: 90%;
  margin: 40px auto;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.qnt-styles.form-style .textTAndC {
  color: #000000;
  font-size: 14px;
}

.qnt-styles.form-style #che {
  background: #FFF;
  height: 20px;
  width: 20px;
  padding: 10px;
  margin: 0em;
  border: 1px solid #D1D1D1;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.qnt-styles.form-style #che:after {
  content: '';
  width: 15px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 3px;
  border: 3px solid #1371ab;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qnt-styles.form-style .btn-container {
  background: #ffffff;
}

.qnt-styles.form-style .captcha-container {
  margin: 20px auto;
}

.qnt-styles.form-style .captcha-container div div {
  margin: auto;
}

.qnt-styles.form-style .form-wrapper {
  width: 80%;
  margin: auto;
}

.qnt-styles footer {
  display: block !important;
}

.qnt-styles .date-picker {
  width: 100%;
}

.qnt-styles .ui-widget-header {
  border: 1px solid #dddddd;
  background: #1371ab;
  color: #ffffff;
  font-weight: bold;
}

.qnt-styles .ui-widget-header .ui-icon {
  filter: brightness(0) invert(1);
}

.qnt-styles .ui-state-active,
.qnt-styles .ui-widget-content .ui-state-active,
.qnt-styles .ui-widget-header .ui-state-active,
.qnt-styles a.ui-button:active,
.qnt-styles .ui-button:active,
.qnt-styles .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #1371ab;
  font-weight: normal;
  color: #ffffff;
}

.qnt-styles .banner-container {
  float: left;
}

.qnt-styles .banner-container .banner-img {
  width: 50%;
  display: inline-block;
  text-align: center;
}

.qnt-styles .banner-container .banner-img img {
  width: 90%;
  margin: auto;
  border-radius: 20px;
}

.qnt-styles .blue-line-title {
  border-bottom: 2px solid #1371ab;
  color: #1371ab;
  font-weight: 400;
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.qnt-styles .blue-top-line-title {
  border-top: 2px solid #1371ab;
  color: #1371ab;
}

.qnt-styles .blue-line-title h4 {
  font-size: 20px;
}

.qnt-styles .countdown-container img {
  display: inline-block;
  vertical-align: middle;
}

.qnt-styles .countdown-container #countdown {
  font-size: 25px;
  font-weight: 700;
  color: #88bd2a;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.qnt-styles .input-field {
  height: 40px;
  font-weight: 400;
  border: 1px solid #D1D1D1;
  padding: 0px 9px;
  color: #717171;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qnt-styles .input-group-text {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.qnt-styles .form-control:disabled,
.qnt-styles .form-control[readonly] {
  background-color: #f8f8f8;
  font-size: 20px;
  font-weight: 700;
}

.qnt-styles .lightbox-content h3 {
  color: #496c82;
}

.qnt-styles .lightbox-content p {
  color: #111111;
}

.qnt-styles .lightbox-content .btn-bg-blue {
  min-width: auto;
}

.qnt-styles .bx-wrapper {
  margin: 20px auto;
  margin-bottom: 30px;
  border: none;
  border-radius: 10px;
  width: 90%;
}

.qnt-styles .bx-viewport {
  border-radius: 10px;
}

.qnt-styles .bx-controls.bx-has-pager {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.qnt-styles .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
}

.qnt-styles .mobile-space {
  display: none;
  width: 100%;
  height: 50px;
  clear: both;
}

.qnt-styles .wrapper-text {
  width: 80%;
  margin: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #1371ab !important;
}

.success .success-info {
  width: 100%;
  max-width: 1000px;
  background-color: #ffffff;
  margin: 40px auto;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
}

.success .table-resume-title {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  background-color: #EBEBEB;
}

.success .table-resume-title p {
  margin: auto;
}

.success .plan-resume {
  max-width: 500px;
  margin: 20px auto;
  padding: 0 30px;
}

.success .plan-resume .plan-main-container {
  border: 1px solid #D1D1D1;
  background-color: #f4f4f4;
}

.success .plan-resume tr {
  border-bottom: 1px solid #D1D1D1;
}

.success .plan-resume tr:last-of-type {
  border-bottom: none;
}

.success .plan-resume tr .plan-table-title {
  text-transform: uppercase;
  color: #333;
  font-size: 16px;
}

.success .plan-resume tr .text-left {
  color: #000000;
  font-weight: 400;
}

.success .plan-resume tr .text-left label {
  margin: auto;
}

.success .plan-resume tr .resume-label-value {
  color: #1371ab;
  font-size: 18px;
  margin: auto;
}

.success .plan-resume tr td {
  padding: 10px 0;
}

.success .plan-resume .total-offer {
  background-color: #1371ab;
  color: #ffffff;
  padding: 15px;
}

.success .plan-resume .total-offer label {
  font-weight: 600;
  font-size: 20px;
}

.success .plan-resume .total-offer p {
  font-weight: 600;
  font-size: 20px;
}

.success .relevant-info {
  margin: auto;
  text-align: center;
  float: left;
  width: 50%;
  padding: 10px;
}

.success .relevant-info .remember-benefit-container {
  width: 100%;
}

.success .relevant-info .remember-benefit-container .benefit-img-container {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}

.success .relevant-info .remember-benefit-container .benefit-img-container figure {
  border: 2px solid #496c82;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.success .relevant-info .remember-benefit-container .benefit-img-container figure img {
  width: 100%;
  max-width: 30px;
  padding: 5px 0;
}

.success .relevant-info .remember-benefit-container .black-text {
  width: 85%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  font-size: 18px;
}

.success .btn-container {
  background-color: #ffffff;
}

div[data-value].form-control {
  width: 55px;
  border: 2px solid #0072AE !important;
  border-radius: 0.25em;
  align-items: center;
}

.checkbox-container {
  width: 90%;
  margin: auto;
  max-width: 600px;
  text-align: justify;
}

.slide-container {
  height: 200px;
  position: relative;
}

.slide-container.slide1 {
  background-image: url(../src/img/banner/slide1_1.jpg);
  background-size: cover;
  background-position: center;
}

.slide-container.slide2 {
  background-image: url(../src/img/banner/slide2_1.jpg);
  background-size: cover;
  background-position: center;
}

.slide-container.slide3 {
  background-image: url(../src/img/banner/slide3_1.jpg);
  background-size: cover;
  background-position: center;
}

.slide-container.slide4 {
  background-image: url(../src/img/banner/slide4.jpg);
  background-size: cover;
  background-position: center;
}

.slide-container .slide-text {
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  width: 80%;
  text-shadow: 1px 1px #111;
  line-height: 1.3;
  text-align: center;
}

.banner-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}

.banner-content {
  text-align: center;
  position: absolute;
  top: 25%;
  right: 0;
  color: white;
  border-radius: 0px 16px 16px 0px;
}

.banner-image.notification {
  background-image: url("https://qnt.com.co/wp-content/uploads/2020/04/computador_email.png");
}

.banner-image img {
  min-height: 125px;
}

.banner-image p {
  font-size: 25px;
}

.banner-image .btn:hover {
  background-color: transparent;
}

.qnt-styles .alert i.fa {
  font-size: 2.5em;
}

.qnt-styles .alert {
  border-radius: 1em;
}

@media screen and (max-width: 990px) {
  .plans-title {
    font-size: 20px;
  }

  .plans-box {
    width: 31%;
  }
}

@media screen and (max-width: 768px) {
  .qnt-styles .half-section {
    width: 100%;
    float: none;
    padding: 0;
  }

  .qnt-styles .header-container .header-title {
    font-size: 9px;
    width: 100%;
  }

  .qnt-styles .customer-message-container .customer-greet {
    font-size: 20px;
  }

  .qnt-styles .customer-message-container .focus-message {
    font-size: 18px;
  }

  .qnt-styles .details-box .detail-soft {
    font-size: 16px;
  }

  .qnt-styles .details-box .detail-strong {
    font-size: 25px;
  }

  .qnt-styles .details-box .box-img {
    width: 80px;
    height: 80px;
  }

  .qnt-styles .details-box .box-img img {
    width: 50px;
    margin: 15px auto;
  }

  .qnt-styles .benefits-list p {
    font-size: 15px;
  }

  .qnt-styles .accordion-trigger {
    border-bottom: 2px solid #1371ab;
  }

  .qnt-styles .accordion-trigger::before {
    content: "";
    width: 140px;
    height: 2px;
    background: #1371ab;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    margin: 0;
  }

  .qnt-styles .accordion-trigger .accordion-title {
    color: #1371ab;
    font-size: 20px;
    font-weight: 700;
  }

  .qnt-styles .fixed-actived {
    position: fixed;
    padding: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    width: 100%;
  }

  .qnt-styles .fixed-actived .btn-bg-blue {
    width: 100%;
    margin: auto;
  }

  .qnt-styles.ajuste-oferta .plans-box {
    width: 80%;
    margin: 20px auto;
    max-width: 350px;
  }

  .qnt-styles.ajuste-oferta .slideshow-main-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding-bottom: 20px;
  }

  .qnt-styles.ajuste-oferta .next {
    cursor: pointer;
    top: 50%;
    width: 45%;
    padding: 20px 0;
    color: #1371ab;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: right;
    margin-left: 3%;
    margin-right: 2%;
  }

  .qnt-styles.ajuste-oferta .next:hover {
    color: #1371ab;
  }

  .qnt-styles.ajuste-oferta .prev {
    cursor: pointer;
    top: 50%;
    width: 45%;
    padding: 20px 0;
    color: #1371ab;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    margin-right: 3%;
    margin-left: 2%;
  }

  .qnt-styles.ajuste-oferta .prev:hover {
    color: #1371ab;
  }

  .qnt-styles.ajuste-oferta .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .qnt-styles.ajuste-oferta .product-menu-slide {
    position: absolute;
    width: 100%;
    top: 30%;
    display: block;
    text-align: center;
  }

  .qnt-styles.ajuste-oferta .fanimation {
    -webkit-animation-name: fanimation;
    -webkit-animation-duration: 1.5s;
    animation-name: fanimation;
    animation-duration: 1.5s;
  }


  @-webkit-keyframes fanimation {
    from {
      opacity: .4;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fanimation {
    from {
      opacity: .4;
    }

    to {
      opacity: 1;
    }
  }

  .qnt-styles .mobile-space {
    display: block;
  }

  .qnt-styles .alert-message .message-container {
    width: 90%;
  }

  .qnt-styles .alert-message .message-container p {
    text-align: center;
  }

  .success .success-info {
    width: 90%;
    max-width: 1000px;
    background-color: #ffffff;
    margin: 40px auto;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 0;
  }

  .success .table-resume-title {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background-color: #EBEBEB;
  }

  .success .table-resume-title p {
    margin: auto;
  }

  .success .plan-resume {
    width: 100%;
    float: none;
    padding: 0;
  }

  .success .plan-resume tr {
    border-bottom: 1px solid #D1D1D1;
  }

  .success .plan-resume tr .text-left {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
  }

  .success .plan-resume tr .resume-label-value {
    color: #1371ab;
    font-size: 18px;
  }

  .success .plan-resume tr td {
    padding: 10px 0;
  }

  .success .plan-resume .total-offer {
    background-color: #1371ab;
    color: #ffffff;
    padding: 15px;
  }

  .success .plan-resume .total-offer label {
    font-weight: 600;
    font-size: 18px;
  }

  .success .plan-resume .total-offer p {
    font-weight: 600;
    font-size: 18px;
  }

  .success .relevant-info {
    margin: auto;
    text-align: center;
    float: none;
    padding: 0;
    width: 100%;
  }

  .success .relevant-info .remember-benefit-container {
    width: 100%;
    margin: 10px 0;
  }

  .success .relevant-info .remember-benefit-container .benefit-img-container {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .success .relevant-info .remember-benefit-container .benefit-img-container figure {
    margin: auto;
  }

  .success .relevant-info .remember-benefit-container .black-text {
    text-align: center;
    margin-left: 0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .qnt-styles.ajuste-oferta .table-scroll table td {
    max-width: 190px;
  }

  .qnt-styles.ajuste-oferta .table-scroll .table-plan-header {
    font-size: 14px;
    padding: 10px 10px;
    min-height: 45px;
  }

  .qnt-styles.ajuste-oferta .table-scroll select {
    margin: 15px auto;
  }

  .qnt-styles.ajuste-oferta .btn-container .btn-bg-blue {
    font-size: 14px;
    padding: 10px 15px;
  }

  .qnt-styles.ajuste-oferta .plan-column {
    height: 74px;
  }

  .qnt-styles .form-style .qnt-new-input label:not(.cw-form-select__label) {
    font-size: 14px;
  }

  .qnt-styles .form-style .form-wrapper {
    width: 100%;
    margin: auto;
  }

  .qnt-styles .customer-message-container .dark-blue-text {
    color: #496c82;
    font-size: 14px;
  }

  .qnt-styles .banner-container {
    float: none;
  }

  .qnt-styles .banner-container .banner-img {
    width: 100%;
    float: none;
    margin: 5px auto;
  }

  .qnt-styles .banner-container .banner-img img {
    width: 95%;
    margin: auto;
    border-radius: 10px;
  }

  .qnt-styles .slide-container .slide-text {
    font-size: 16px;
  }

  .qnt-styles .details-box .detail-soft {
    font-size: 14px;
  }

  .qnt-styles .details-box .detail-strong {
    font-size: 20px;
  }

  .qnt-styles .details-box .box-img img {
    width: 40px;
    margin: 20px auto;
  }

  .qnt-styles .customer-message-container .customer-greet {
    color: #000000;
    font-size: 18px;
  }

  .qnt-styles .customer-message-container .focus-message {
    color: #1371ab;
    line-height: 1.2;
    font-size: 20px;
    margin: 20px auto;
  }

  .qnt-styles .customer-message-container .focus-message.green-message {
    color: #88bd2a;
  }

  .qnt-styles .customer-message-container .focus-message.black-message {
    color: #111111;
  }

  .qnt-styles .customer-message-container .black-text {
    color: #000000;
    font-size: 14px;
  }

  .qnt-styles .customer-message-container .dark-blue-text {
    color: #496c82;
    font-size: 16px;
  }

  .qnt-styles .blue-title {
    font-size: 18px;
  }

  .qnt-styles .relevant-info .remember-benefit-container .benefit-text-container {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .qnt-styles .g-recaptcha {
    transform: scale(0.88);
    transform-origin: 0 0;
  }
}

/*Input file*/
.qnt-styles .custom-file-label::after {
  content: "Examinar";
  height: 38px;
  padding-top: 9px;
  background-color: #1371ab;
  color: #ffffff;
}

.qnt-styles .custom-file-input {
  border-bottom-width: 0px;
  border-top-width: 0px;
}

.qnt-styles .custom-file-label {
  margin-bottom: 0;
  height: 40px;
  padding-top: 9px;
  margin-bottom: 0;
}

.term i.fa {
  color: #21b384;
  vertical-align: middle;
  padding-left: 4px;
}

div.term {
  border: 2px solid #0072AE !important;
  border-radius: 0.25em;
  align-items: center;
}


.qnt-new-input .form-control {
  font-size: 1em;
  border: 2px rgba(0, 114, 174, 0.8) solid;
}

.qnt-styles.registro .row>.col-11.mx-auto {
  max-width: 700px;
}

.qnt-styles.registro .fa-exclamation-triangle {
  font-size: 2.5em;
}