<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Technostore CSS
========
*/

/*
Fonts
*/
@import url('https://fonts.googleapis.com/css2?family=Passion+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&amp;display=swap');

:root {
    accent-color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Passion One", 'cursive';
}

h1 {
    font-size: 4.5rem;
    line-height: 1;
}

h2 {
    font-size: 3rem;
    line-height: 1;
}

h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

input::placeholder {
    color: rgba(21, 25, 23, 0.2);
}

/*
Colors
*/
.bg-primary-gradient {
    background: linear-gradient(90deg, rgba(101,177,20,1) 0%, rgba(134,193,70,1) 35%, rgba(184,240,121,1) 100%);
}

/* a:visited {
    color: white;
} */

/*
MENU wp_nav_menu()
*/
#lgMenu .menu-item, #lgMenu .current-menu-item {
    border-style: solid;
    border-width: 2.5px;
    border-color: transparent;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

#lgMenu .menu-item:hover, #lgMenu .menu-item:visited, #lgMenu .current-menu-item {
    border-color: white;
}

#lgMenu .current-menu-item {
    background-color: white;
}

#lgMenu .current-menu-item a {
    color: #6CBD15 !important;
}

#lgMenu .menu-item a, #smMenu .menu-item a {
    color: white;
}

#lgMenu .menu-item a:visited, #smMenu .menu-item a:visited {
    color: white;
}

/*
FOOTER icones mÃ©todos pagamento
*/
#smFooter img, #lgFooter img {
    height: 2em;
}

#lgFooter .menu-item a, #smFooter .menu-item a  {
    color: white;
}

#lgFooter .menu-item a:visited, #smFooter .menu-item a:visited {
    color: white;
}

#lgFooter .menu-item a:hover, #smFooter .menu-item a:hover {
    color: #6CBD15;
}

/*
Bloco de Produto
*/
.product:hover #ver-produto {
    background-color: #151917;
    color: white;
    border-width: 2px;
    border-radius: 0.5rem;
    border-color: #151917;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/*
Pagination Links
*/
a.page-numbers, span.page-numbers {
    color: #151917;
    border-width: 2px;
    border-radius: 0.5rem;
    border-color: transparent;
    padding: 0.225rem 0.75rem 0.225rem 0.75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 150ms;
}

a.page-numbers.current, span.page-numbers.current {
    background-color: #151917;
    color: white;
}

span.page-numbers.dots {
    color: #151917;
    border-width: 0px;
    border-radius: none;
    border-color: none;
    padding: 0;
}

span.page-numbers.dots:hover {
    background-color: unset;
}

.prev.page-numbers {
    margin-right: 1rem;
}

.next.page-numbers {
    margin-left: 2rem !important;
}

.page-numbers:hover {
    background-color: #151917;
    color: white;
    border-width: 2px;
    border-radius: 0.5rem;
    border-color: #151917;
}

#next-posts-link:hover, #previous-posts-link:hover {
    background-color: #151917;
    color: white;
    border-width: 2px;
    border-radius: 0.5rem;
    border-color: #151917;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/*
Buttons
*/
#ver-video:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/*
Swiper JS Slider
*/
.single-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.pre-header-slide {
    height: unset;
}

/*
Contactos Ninja Forms
*/
#nf-form-1-cont {
    margin-top: 0px !important;
}

/*
Forminator Forms
*/
.forminator-custom-form {
    width: 100%;
}

.forminator-label {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: rgba(21, 25, 23, 1);
    display: block;
}

.forminator-required {
    color: rgba(220, 110, 110, 1);
}

.forminator-input, .forminator-textarea, .forminator-select--field {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: solid;
    border-width: 1px !important;
    border-radius: 0.5rem;
    border-color: rgba(21, 25, 23, 0.1);
    background-color: white;
}

.forminator-button {
    font-family: "Passion One", 'cursive';
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    background-color: rgba(21, 25, 23, 1);
    color: rgba(255, 255, 255, 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.forminator-error-message {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(220, 110, 110, 1);
    margin-top: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.forminator-success {
    font-family: "Passion One", 'cursive';
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: rgba(108, 189, 21, 1);
}

/*
Forms Select element - for webkit browsers
*/
select {
    -webkit-appearance: none;
}

/*
FLOA PAY payment_box payment_method_ts_floa_pay
 */
.payment_box.payment_method_ts_floa_pay input, .payment_box.payment_method_ts_floa_pay select {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: solid;
    border-width: 1px !important;
    border-radius: 0.5rem !important;
    border-color: rgba(21, 25, 23, 0.1) !important;
    background-color: white;
}

.eligibility-summary-installment-plan {
    background-color: white;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    border-radius: 0.5rem;
    cursor: pointer;
}

.eligibility-summary-installment-plan-schedules-table {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.floa-payment-infos {
    font-family: "Passion One", 'cursive';
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 1rem 0;
}

.floa-payment-choices{
    text-align: center;
}

.floa-payment-choices input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .floa-payment-choices label {
      display: inline-block;
      background-color: white;
      font-size: 16px;
      border: 1px solid #ddd;
      width: 36%;
      padding: 1%;
      cursor: pointer;
  }

  @media screen and (max-width: 768px) {
    .floa-payment-choices label {
        width: 48%;
    }
  }

  .floa-payment-choices label img {
    display: block !important;
    margin: 0 !important;
}
  .floa-payment-choices label:hover {
    border: 1px solid #999;
    background: #f7f7f7;
}
  
  .floa-payment-choices input[type="radio"]:focus + label {
      border: 1px solid #999;
      background: #f7f7f7;
    }
  
  .floa-payment-choices input[type="radio"]:checked + label {
      border-color: #999;
      background: #f7f7f7;
    }

.eligibility-summary-information {
    font-size: 0.75rem;
    margin-top: 2rem;
}

.eligibility-summary-information a {
    text-decoration: underline;
}

[name=CB3X_score_tax_id]:invalid, [name=CB4X_score_tax_id]:invalid {
    background-color: #DC8787FF !important;
}

.eligibility .eligibility-summary .eligibility-summary-installment-plan {
    text-align: center;
}

.eligibility .eligibility-summary h5 {
    margin: 1.5rem 0 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.eligibility .form-row {
    margin-block-start: 1em;
}

.eligibility .form-row .inline-form {
    display: flex;
}</pre></body></html>