@charset "UTF-8";
@import url(bootstrap/bootstrap-reboot.min.css);
@import url(bootstrap/bootstrap-grid.min.css);
@import url(bootstrap/bootstrap-utilities.min.css);
@import url(owl.css);
@import url(fancybox.css);

/* ==========================================================================
   Site
   ========================================================================== */
html {
  font-size: 16px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1180px;
  }
}

@media (max-width: 1399px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 3vw;
  }

  .container,
  .container-fluid {
    width: 100%;
    max-width: none;
  }
}

body {
  font-family: "Work Sans", "Open Sans", Arial, Helvetica, sans-serif;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #000;
}

a {
  color: inherit;
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

a,
button,
input,
textarea,
select {
  outline: none !important;
}

ul,
li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

p {
  margin: 0 0 1.5em 0;
  line-height: inherit;
}

p:last-child {
  margin-bottom: 0 !important;
}

.mb-rem-0 {
  margin-bottom: 0rem !important;
}

.mt-rem-0 {
  margin-top: 0rem !important;
}

.my-rem-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mb-rem-5 {
  margin-bottom: 0.3125rem !important;
}

.mt-rem-5 {
  margin-top: 0.3125rem !important;
}

.my-rem-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.mb-rem-10 {
  margin-bottom: 0.625rem !important;
}

.mt-rem-10 {
  margin-top: 0.625rem !important;
}

.my-rem-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.mb-rem-15 {
  margin-bottom: 0.9375rem !important;
}

.mt-rem-15 {
  margin-top: 0.9375rem !important;
}

.my-rem-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.mb-rem-20 {
  margin-bottom: 1.25rem !important;
}

.mt-rem-20 {
  margin-top: 1.25rem !important;
}

.my-rem-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mb-rem-25 {
  margin-bottom: 1.5625rem !important;
}

.mt-rem-25 {
  margin-top: 1.5625rem !important;
}

.my-rem-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.mb-rem-30 {
  margin-bottom: 1.875rem !important;
}

.mt-rem-30 {
  margin-top: 1.875rem !important;
}

.my-rem-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.mb-rem-35 {
  margin-bottom: 2.1875rem !important;
}

.mt-rem-35 {
  margin-top: 2.1875rem !important;
}

.my-rem-35 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.mb-rem-40 {
  margin-bottom: 2.5rem !important;
}

.mt-rem-40 {
  margin-top: 2.5rem !important;
}

.my-rem-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mb-rem-45 {
  margin-bottom: 2.8125rem !important;
}

.mt-rem-45 {
  margin-top: 2.8125rem !important;
}

.my-rem-45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

.mb-rem-50 {
  margin-bottom: 3.125rem !important;
}

.mt-rem-50 {
  margin-top: 3.125rem !important;
}

.my-rem-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.mb-rem-55 {
  margin-bottom: 3.4375rem !important;
}

.mt-rem-55 {
  margin-top: 3.4375rem !important;
}

.my-rem-55 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

.mb-rem-60 {
  margin-bottom: 3.75rem !important;
}

.mt-rem-60 {
  margin-top: 3.75rem !important;
}

.my-rem-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mb-rem-65 {
  margin-bottom: 4.0625rem !important;
}

.mt-rem-65 {
  margin-top: 4.0625rem !important;
}

.my-rem-65 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

.mb-rem-70 {
  margin-bottom: 4.375rem !important;
}

.mt-rem-70 {
  margin-top: 4.375rem !important;
}

.my-rem-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.mb-rem-75 {
  margin-bottom: 4.6875rem !important;
}

.mt-rem-75 {
  margin-top: 4.6875rem !important;
}

.my-rem-75 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

.mb-rem-80 {
  margin-bottom: 5rem !important;
}

.mt-rem-80 {
  margin-top: 5rem !important;
}

.my-rem-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mb-rem-85 {
  margin-bottom: 5.3125rem !important;
}

.mt-rem-85 {
  margin-top: 5.3125rem !important;
}

.my-rem-85 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

.mb-rem-90 {
  margin-bottom: 5.625rem !important;
}

.mt-rem-90 {
  margin-top: 5.625rem !important;
}

.my-rem-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.mb-rem-95 {
  margin-bottom: 5.9375rem !important;
}

.mt-rem-95 {
  margin-top: 5.9375rem !important;
}

.my-rem-95 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

.mb-rem-100 {
  margin-bottom: 6.25rem !important;
}

.mt-rem-100 {
  margin-top: 6.25rem !important;
}

.my-rem-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

@media (max-width: 767px) {
  .mbm-rem-0 {
    margin-bottom: 0rem !important;
  }

  .mtm-rem-0 {
    margin-top: 0rem !important;
  }

  .mym-rem-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mbm-rem-5 {
    margin-bottom: 0.3125rem !important;
  }

  .mtm-rem-5 {
    margin-top: 0.3125rem !important;
  }

  .mym-rem-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .mbm-rem-10 {
    margin-bottom: 0.625rem !important;
  }

  .mtm-rem-10 {
    margin-top: 0.625rem !important;
  }

  .mym-rem-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .mbm-rem-15 {
    margin-bottom: 0.9375rem !important;
  }

  .mtm-rem-15 {
    margin-top: 0.9375rem !important;
  }

  .mym-rem-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .mbm-rem-20 {
    margin-bottom: 1.25rem !important;
  }

  .mtm-rem-20 {
    margin-top: 1.25rem !important;
  }

  .mym-rem-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mbm-rem-25 {
    margin-bottom: 1.5625rem !important;
  }

  .mtm-rem-25 {
    margin-top: 1.5625rem !important;
  }

  .mym-rem-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .mbm-rem-30 {
    margin-bottom: 1.875rem !important;
  }

  .mtm-rem-30 {
    margin-top: 1.875rem !important;
  }

  .mym-rem-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .mbm-rem-35 {
    margin-bottom: 2.1875rem !important;
  }

  .mtm-rem-35 {
    margin-top: 2.1875rem !important;
  }

  .mym-rem-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .mbm-rem-40 {
    margin-bottom: 2.5rem !important;
  }

  .mtm-rem-40 {
    margin-top: 2.5rem !important;
  }

  .mym-rem-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mbm-rem-45 {
    margin-bottom: 2.8125rem !important;
  }

  .mtm-rem-45 {
    margin-top: 2.8125rem !important;
  }

  .mym-rem-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }

  .mbm-rem-50 {
    margin-bottom: 3.125rem !important;
  }

  .mtm-rem-50 {
    margin-top: 3.125rem !important;
  }

  .mym-rem-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .mbm-rem-55 {
    margin-bottom: 3.4375rem !important;
  }

  .mtm-rem-55 {
    margin-top: 3.4375rem !important;
  }

  .mym-rem-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .mbm-rem-60 {
    margin-bottom: 3.75rem !important;
  }

  .mtm-rem-60 {
    margin-top: 3.75rem !important;
  }

  .mym-rem-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mbm-rem-65 {
    margin-bottom: 4.0625rem !important;
  }

  .mtm-rem-65 {
    margin-top: 4.0625rem !important;
  }

  .mym-rem-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }

  .mbm-rem-70 {
    margin-bottom: 4.375rem !important;
  }

  .mtm-rem-70 {
    margin-top: 4.375rem !important;
  }

  .mym-rem-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  .mbm-rem-75 {
    margin-bottom: 4.6875rem !important;
  }

  .mtm-rem-75 {
    margin-top: 4.6875rem !important;
  }

  .mym-rem-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }

  .mbm-rem-80 {
    margin-bottom: 5rem !important;
  }

  .mtm-rem-80 {
    margin-top: 5rem !important;
  }

  .mym-rem-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mbm-rem-85 {
    margin-bottom: 5.3125rem !important;
  }

  .mtm-rem-85 {
    margin-top: 5.3125rem !important;
  }

  .mym-rem-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

  .mbm-rem-90 {
    margin-bottom: 5.625rem !important;
  }

  .mtm-rem-90 {
    margin-top: 5.625rem !important;
  }

  .mym-rem-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  .mbm-rem-95 {
    margin-bottom: 5.9375rem !important;
  }

  .mtm-rem-95 {
    margin-top: 5.9375rem !important;
  }

  .mym-rem-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }

  .mbm-rem-100 {
    margin-bottom: 6.25rem !important;
  }

  .mtm-rem-100 {
    margin-top: 6.25rem !important;
  }

  .mym-rem-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
}

.pb-rem-0 {
  padding-bottom: 0rem !important;
}

.pt-rem-0 {
  padding-top: 0rem !important;
}

.py-rem-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.pb-rem-5 {
  padding-bottom: 0.3125rem !important;
}

.pt-rem-5 {
  padding-top: 0.3125rem !important;
}

.py-rem-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.pb-rem-10 {
  padding-bottom: 0.625rem !important;
}

.pt-rem-10 {
  padding-top: 0.625rem !important;
}

.py-rem-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.pb-rem-15 {
  padding-bottom: 0.9375rem !important;
}

.pt-rem-15 {
  padding-top: 0.9375rem !important;
}

.py-rem-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.pb-rem-20 {
  padding-bottom: 1.25rem !important;
}

.pt-rem-20 {
  padding-top: 1.25rem !important;
}

.py-rem-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.pb-rem-25 {
  padding-bottom: 1.5625rem !important;
}

.pt-rem-25 {
  padding-top: 1.5625rem !important;
}

.py-rem-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.pb-rem-30 {
  padding-bottom: 1.875rem !important;
}

.pt-rem-30 {
  padding-top: 1.875rem !important;
}

.py-rem-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.pb-rem-35 {
  padding-bottom: 2.1875rem !important;
}

.pt-rem-35 {
  padding-top: 2.1875rem !important;
}

.py-rem-35 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.pb-rem-40 {
  padding-bottom: 2.5rem !important;
}

.pt-rem-40 {
  padding-top: 2.5rem !important;
}

.py-rem-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pb-rem-45 {
  padding-bottom: 2.8125rem !important;
}

.pt-rem-45 {
  padding-top: 2.8125rem !important;
}

.py-rem-45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

.pb-rem-50 {
  padding-bottom: 3.125rem !important;
}

.pt-rem-50 {
  padding-top: 3.125rem !important;
}

.py-rem-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.pb-rem-55 {
  padding-bottom: 3.4375rem !important;
}

.pt-rem-55 {
  padding-top: 3.4375rem !important;
}

.py-rem-55 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.pb-rem-60 {
  padding-bottom: 3.75rem !important;
}

.pt-rem-60 {
  padding-top: 3.75rem !important;
}

.py-rem-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.pb-rem-65 {
  padding-bottom: 4.0625rem !important;
}

.pt-rem-65 {
  padding-top: 4.0625rem !important;
}

.py-rem-65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

.pb-rem-70 {
  padding-bottom: 4.375rem !important;
}

.pt-rem-70 {
  padding-top: 4.375rem !important;
}

.py-rem-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.pb-rem-75 {
  padding-bottom: 4.6875rem !important;
}

.pt-rem-75 {
  padding-top: 4.6875rem !important;
}

.py-rem-75 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.pb-rem-80 {
  padding-bottom: 5rem !important;
}

.pt-rem-80 {
  padding-top: 5rem !important;
}

.py-rem-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pb-rem-85 {
  padding-bottom: 5.3125rem !important;
}

.pt-rem-85 {
  padding-top: 5.3125rem !important;
}

.py-rem-85 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.pb-rem-90 {
  padding-bottom: 5.625rem !important;
}

.pt-rem-90 {
  padding-top: 5.625rem !important;
}

.py-rem-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.pb-rem-95 {
  padding-bottom: 5.9375rem !important;
}

.pt-rem-95 {
  padding-top: 5.9375rem !important;
}

.py-rem-95 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

.pb-rem-100 {
  padding-bottom: 6.25rem !important;
}

.pt-rem-100 {
  padding-top: 6.25rem !important;
}

.py-rem-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

@media (max-width: 767px) {
  .pbm-rem-0 {
    padding-bottom: 0rem !important;
  }

  .ptm-rem-0 {
    padding-top: 0rem !important;
  }

  .pym-rem-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pbm-rem-5 {
    padding-bottom: 0.3125rem !important;
  }

  .ptm-rem-5 {
    padding-top: 0.3125rem !important;
  }

  .pym-rem-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .pbm-rem-10 {
    padding-bottom: 0.625rem !important;
  }

  .ptm-rem-10 {
    padding-top: 0.625rem !important;
  }

  .pym-rem-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .pbm-rem-15 {
    padding-bottom: 0.9375rem !important;
  }

  .ptm-rem-15 {
    padding-top: 0.9375rem !important;
  }

  .pym-rem-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .pbm-rem-20 {
    padding-bottom: 1.25rem !important;
  }

  .ptm-rem-20 {
    padding-top: 1.25rem !important;
  }

  .pym-rem-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pbm-rem-25 {
    padding-bottom: 1.5625rem !important;
  }

  .ptm-rem-25 {
    padding-top: 1.5625rem !important;
  }

  .pym-rem-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .pbm-rem-30 {
    padding-bottom: 1.875rem !important;
  }

  .ptm-rem-30 {
    padding-top: 1.875rem !important;
  }

  .pym-rem-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .pbm-rem-35 {
    padding-bottom: 2.1875rem !important;
  }

  .ptm-rem-35 {
    padding-top: 2.1875rem !important;
  }

  .pym-rem-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .pbm-rem-40 {
    padding-bottom: 2.5rem !important;
  }

  .ptm-rem-40 {
    padding-top: 2.5rem !important;
  }

  .pym-rem-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pbm-rem-45 {
    padding-bottom: 2.8125rem !important;
  }

  .ptm-rem-45 {
    padding-top: 2.8125rem !important;
  }

  .pym-rem-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }

  .pbm-rem-50 {
    padding-bottom: 3.125rem !important;
  }

  .ptm-rem-50 {
    padding-top: 3.125rem !important;
  }

  .pym-rem-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .pbm-rem-55 {
    padding-bottom: 3.4375rem !important;
  }

  .ptm-rem-55 {
    padding-top: 3.4375rem !important;
  }

  .pym-rem-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .pbm-rem-60 {
    padding-bottom: 3.75rem !important;
  }

  .ptm-rem-60 {
    padding-top: 3.75rem !important;
  }

  .pym-rem-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .pbm-rem-65 {
    padding-bottom: 4.0625rem !important;
  }

  .ptm-rem-65 {
    padding-top: 4.0625rem !important;
  }

  .pym-rem-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }

  .pbm-rem-70 {
    padding-bottom: 4.375rem !important;
  }

  .ptm-rem-70 {
    padding-top: 4.375rem !important;
  }

  .pym-rem-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  .pbm-rem-75 {
    padding-bottom: 4.6875rem !important;
  }

  .ptm-rem-75 {
    padding-top: 4.6875rem !important;
  }

  .pym-rem-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }

  .pbm-rem-80 {
    padding-bottom: 5rem !important;
  }

  .ptm-rem-80 {
    padding-top: 5rem !important;
  }

  .pym-rem-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pbm-rem-85 {
    padding-bottom: 5.3125rem !important;
  }

  .ptm-rem-85 {
    padding-top: 5.3125rem !important;
  }

  .pym-rem-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

  .pbm-rem-90 {
    padding-bottom: 5.625rem !important;
  }

  .ptm-rem-90 {
    padding-top: 5.625rem !important;
  }

  .pym-rem-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  .pbm-rem-95 {
    padding-bottom: 5.9375rem !important;
  }

  .ptm-rem-95 {
    padding-top: 5.9375rem !important;
  }

  .pym-rem-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }

  .pbm-rem-100 {
    padding-bottom: 6.25rem !important;
  }

  .ptm-rem-100 {
    padding-top: 6.25rem !important;
  }

  .pym-rem-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}

.color-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.brd-white {
  border-color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.brd-black {
  border-color: #000 !important;
}

.color-yellow {
  color: #FBE700 !important;
}

.bg-yellow {
  background-color: #FBE700 !important;
}

.brd-yellow {
  border-color: #FBE700 !important;
}

.color-pink {
  color: #E581F7 !important;
}

.bg-pink {
  background-color: #E581F7 !important;
}

.brd-pink {
  border-color: #E581F7 !important;
}

.color-gray {
  color: #666666 !important;
}

.bg-gray {
  background-color: #666666 !important;
}

.brd-gray {
  border-color: #666666 !important;
}

.color-lgray {
  color: #F3F3F3 !important;
}

.bg-lgray {
  background-color: #F3F3F3 !important;
}

.brd-lgray {
  border-color: #F3F3F3 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.container,
.container-fluid {
  position: relative;
  z-index: 10;
  padding: 0 1.5rem;
}

#wrapper {
  position: relative;
  width: 100%;
  max-width: 4000px;
  margin: auto;
  padding-top: 10rem;
}

.cta1 {
  display: inline-flex;
  font-size: 1.1875rem;
  font-weight: 600;
  white-space: nowrap;
  min-width: 16.8125rem;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  background: #FBE700;
  border-radius: 0.5625rem;
  min-height: 3.75rem;
  padding: 0.3125rem 0.9375rem;
}

@media (min-width: 768px) and (hover: hover) {
  .cta1 {
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, filter 0.2s, opacity 0.2s;
  }

  .cta1:hover {
    filter: brightness(1.05);
  }
}

.cta1.bg-black {
  color: #fff !important;
}

@media (max-width: 767px) {
  .cta1 {
    min-width: 0;
  }
}

#header {
  position: absolute;
  z-index: 5000;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: bacground-color 2s;
}

#header .header-base {
  min-height: 10rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

#header .header-base .header-inner {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
}

#header .logo img {
  display: block;
  width: 16.375rem;
}

@media (max-width: 767px) {
  #header .logo img {
    width: 15rem;
  }
}

#header .menu {
  display: block;
}

@media (max-width: 767px) {
  #header .menu {
    padding-top: 1.25rem;
    transition: padding-top 0.2s;
  }
}

#header .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 767px) {
  #header .menu ul {
    font-size: 1.125rem;
  }
}

#header .menu ul li {
  display: block;
  position: relative;
}

#header .menu ul li:not(:last-child) {
  margin-right: 2.25rem;
}

#header .menu ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(-1.125rem - 1px);
  top: 0;
  height: 100%;
  border-right: solid 2px currentColor;
  pointer-events: none;
}

#header .menu ul li a {
  display: block;
  position: relative;
}

#header .menu ul li a:before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
}

#header .menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top: solid 2px currentColor;
  opacity: 0;
  transition: all .2s;
  pointer-events: none;
}

@media (min-width: 768px) and (hover: hover) {
  #header .menu ul li a:hover::after {
    opacity: 1;
    transform: translateY(0.25rem);
  }
}

#header .cta1 {
  min-height: 3.3125rem;
  min-width: 0;
  font-size: 1.0625rem;
  padding: 0.3125rem 1.5625rem;
}

@media (min-width: 767px) {
  body.menu-fixo #header {
    position: fixed;
  }

  body.menu-fixo.scrolled #header {
    background-color: rgba(255, 255, 255, 0.95);
  }

  body.menu-fixo.scrolled #header .header-base {
    min-height: 5rem;
  }
}

@media (max-width: 767px) {
  body.menu-fixo-mobile #header {
    position: fixed;
  }

  body.menu-fixo-mobile.scrolled #header {
    background-color: rgba(255, 255, 255, 0.95);
  }

  body.menu-fixo-mobile.scrolled #header .header-base {
    min-height: 8.125rem;
  }

  body.menu-fixo-mobile.scrolled #header .menu {
    padding-top: 0.75rem;
  }
}

.main {
  position: relative;
  z-index: 10;
}

.main.main-padding {
  padding: 2.5rem 0;
}

.main.main-padding-top {
  padding-top: 2.5rem;
}

.main.main-padding-bottom {
  padding-bottom: 2.5rem;
}

.main.main-half-padding-top {
  padding-top: 1.25rem;
}

.main.main-half-padding-bottom {
  padding-bottom: 1.25rem;
}

.main .ancora {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

@media (min-width: 767px) {
  body.menu-fixo .main .ancora {
    top: -5rem;
  }
}

@media (max-width: 767px) {
  body.menu-fixo-mobile .main .ancora {
    top: -8.125rem;
  }
}

img.img-100,
.img-100>img {
  display: block;
  width: 100%;
}

.h36,
.h48 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.h48 {
  font-size: 3rem;
}

.s-home {
  background: center center no-repeat #FBE700;
  background-size: auto 100%;
}

body.menu-fixo .s-home .ancora {
  top: -10rem;
}

.s-home .base {
  min-height: 39.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-home .base .inner {
  display: block;
  width: 100%;
  padding: 3.75rem 0;
}

.s-home .box {
  max-width: 38.25rem;
}

.s-home .box h1 {
  font-size: 2.7375rem;
  line-height: 1.28;
  font-weight: 500;
}

.s-home .box h1 b,
.s-home .box h1 strong {
  font-weight: bold;
}

.s-home .box h2 {
  font-size: 2rem;
  line-height: 1.46;
}

@media (max-width: 767px) {
  .s-home {
    background-image: none !important;
  }

  .s-home .base {
    min-height: 0;
  }
}

.s-quem {
  background: url("../img/bg2.jpg") center center no-repeat #fff;
  background-size: cover;
  overflow: hidden;
}

.s-quem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4.125rem;
  height: 22.8125rem;
  background: url("../img/s2_bg.png") center center no-repeat;
  background-size: cover;
  z-index: -1;
}

.s-quem .inner {
  min-height: 56.5625rem;
  padding: 4.75rem 0 12.5rem 0;
  position: relative;
}

.s-quem .businesswoman {
  position: absolute;
  z-index: 20;
  right: -5rem;
  bottom: 0;
}

.s-quem .businesswoman img {
  display: block;
  width: 39.4375rem;
}

.s-quem .barra {
  position: absolute;
  left: -3rem;
  bottom: 0;
  width: 100%;
  background: rgba(243, 243, 243, 0.9);
  min-height: 9.25rem;
  display: flex;
  align-items: center;
}

.s-quem .barra .barra-inner {
  display: block;
  max-width: 23.75rem;
  margin: 0 0 0 3rem;
}

.s-quem .barra a {
  color: #000;
}

@media (min-width: 768px) and (hover: hover) {
  .s-quem .barra a:hover {
    text-decoration: underline;
  }
}

.s-quem .box {
  max-width: 42.5rem;
}

.s-quem .box h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

.s-quem .box h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.s-quem .box h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

.s-quem .box p {
  max-width: 34.6875rem;
}

@media (max-width: 767px) {
  .s-quem {
    background-image: url("../img/bg2_mobile.jpg");
  }

  .s-quem::before {
    display: none;
  }

  .s-quem .businesswoman {
    display: none;
  }

  .s-quem .barra {
    background-color: #F3F3F3;
    left: 0;
  }

  .s-quem .barra .barra-inner {
    max-width: none;
    padding: 1rem 1.5rem;
    text-align: center;
    margin: 0;
  }
}

.check-list {
  font-size: 1.125rem;
  line-height: 1.2;
}

.check-list li {
  position: relative;
  padding: 0.6875rem 0 0.6875rem 1.5625rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.check-list li:last-child {
  border-bottom: none;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../img/check_list.png") center center no-repeat;
  background-size: contain;
}

.s-curso {
  background-color: #E581F7;
  position: relative;
  overflow: hidden;
  padding: 6.4375rem 0 7rem 0;
}

.s-curso .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 33%;
  height: 100%;
}

.s-curso .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  object-position: right top;
}

@media (max-width: 767px) {
  .s-curso .bg {
    display: none;
  }
}

.s-curso h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.s-curso h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.s-curso .box {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2.8125rem 3.4375rem;
  border-radius: 0.875rem;
}

@media (max-width: 767px) {
  .s-curso .box {
    padding: 2rem;
  }
}

.s-curso .estrutura {
  width: 100%;
  width: calc(100% + 1.375rem);
  margin-left: -0.6875rem;
  border-spacing: 0.6875rem;
}

.s-curso .estrutura .ebox {
  border: solid 1px #000;
  border-radius: 0.75rem;
  margin: 0 0.6875rem;
  padding: 1.5625rem 0.9375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}

.s-curso .estrutura .ebox strong,
.s-curso .estrutura .ebox b {
  font-weight: bold;
  text-transform: uppercase;
}

.s-curso .estrutura .ebox .ico {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .s-curso {
    padding: 3.125rem 0;
  }
}

.s-banner {
  background-color: #FBE700;
  padding: 4.375rem 0;
  text-align: center;
}

.s-banner .h36 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .s-banner {
    padding: 4.375rem 0;
  }
}

.s-pq {
  padding: 7.5rem 0;
}

.s-pq .box {
  background: #F3F3F3;
}

.s-pq .box .foto {
  width: 25.25rem;
}

.s-pq .box .box-inner {
  padding: 2.5rem 0;
}

.s-pq .box .qt {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.39;
}

@media (max-width: 767px) {
  .s-pq {
    background-color: #F3F3F3;
    padding: 3.125rem 0;
  }

  .s-pq .box .box-inner {
    padding: 0;
  }
}

.s-passos {
  background: url("../img/passos_bg.png") left top no-repeat #FBE700;
  background-size: 120.1875rem auto;
  padding: 5.3125rem 0;
}

.s-passos .passos .pbox {
  min-height: 100%;
  position: relative;
  border: solid 1px #000;
  border-radius: 1.25rem;
  padding: 2.1875rem 3.125rem;
  font-size: 1.4375rem;
  line-height: 1.31;
}

.s-passos .passos .pbox .n {
  font-size: 5.9375rem;
  line-height: 1.1;
  margin-bottom: 0.3125rem;
}

.s-passos .passos .pbox .pnome {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.s-passos h3 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.25;
}

.s-passos .box {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2.1875rem 0;
  border-radius: 1.25rem;
}

.s-passos .box .datas {
  font-weight: 600;
}

.s-passos .box .datas h5 {
  font-size: 1.5rem;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.s-passos .box .datas h5>* {
  white-space: nowrap;
  margin-right: 0.625rem;
}

.s-passos .box .datas h5 small {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.s-passos .box h4 {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 500;
}

.s-passos .box .check-list {
  display: flex;
  flex-direction: column;
  flex: 0;
  align-items: flex-start;
}

.s-passos .box .check-list>li {
  width: auto;
  flex: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .s-passos {
    padding: 3.125rem 0;
  }

  .s-passos .passos .pbox {
    padding: 0.9375rem;
    font-size: 1.25rem;
  }

  .s-passos .passos .pbox .n {
    font-size: 3.75rem;
  }

  .s-passos .passos .pbox .pnome {
    font-size: 1.875rem;
  }

  .s-passos .box {
    padding: 1.5rem;
  }
}

.s-depoimentos {
  padding: 5.3125rem 0;
}

.s-depoimentos .box-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  overflow: hidden;
  border-radius: 1.375rem;
  position: relative;
}

.s-depoimentos .box-video>iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.s-depoimentos .box-video>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.s-depoimentos a.box-video {
  display: block;
}

.s-depoimentos a.box-video::before {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "\f144";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  line-height: 1;
  color: #FBE700;
  font-family: "Font Awesome 6 Free";
}

.s-depoimentos a.box-video>img {
  opacity: .3;
  transition: all .2s;
}

@media (min-width: 768px) and (hover: hover) {
  .s-depoimentos a.box-video:hover>img {
    opacity: .5;
  }
}

.s-depoimentos .conclusao {
  text-align: center;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.43;
  padding: 0;
  color: #666666;
}

.s-depoimentos .conclusao b,
.s-depoimentos .conclusao strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .s-depoimentos .conclusao {
    font-size: 1.5rem;
  }
}

.s-depoimentos .depoimentos .depoimento {
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin: auto;
  max-width: 39.8125rem;
  border-radius: 1.375rem;
  padding: 2.1875rem 3.75rem;
  text-align: center;
}

.s-depoimentos .depoimentos .depoimento p {
  margin-bottom: 1em;
}

.s-depoimentos .depoimentos .depoimento .nome {
  font-size: 1.5625rem;
  font-weight: 500;
}

.s-depoimentos .depoimentos .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
}

.s-depoimentos .depoimentos .owl-nav.disabled {
  display: none;
}

.s-depoimentos .depoimentos .owl-nav>button {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1.5625rem;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: .7;
}

.s-depoimentos .depoimentos .owl-nav>button.owl-prev {
  left: 0;
}

.s-depoimentos .depoimentos .owl-nav>button.owl-next {
  right: 0;
}

@media (min-width: 768px) and (hover: hover) {
  .s-depoimentos .depoimentos .owl-nav>button:hover {
    opacity: 1;
  }
}

.s-depoimentos .depoimentos .owl-nav>button:active {
  transform: scale(0.9);
}

@media (max-width: 767px) {
  .s-depoimentos {
    padding: 3.125rem 0;
  }
}

.s-noticias {
  padding: 5.3125rem 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.s-noticias .noticia {
  display: block;
  padding-bottom: 1.5rem;
}

.s-noticias .noticia .nimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 15.625rem;
  aspect-ratio: 250 / 95;
  margin-bottom: 0.9375rem;
}

.s-noticias .noticia .nimg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.s-noticias .noticia .nt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) and (hover: hover) {
  .s-noticias a.noticia:hover .nt {
    text-decoration: underline;
  }
}

#footer {
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 5.3125rem 0 5.625rem 0;
}

#footer .logo {
  display: block;
  text-align: center;
}

#footer .logo a {
  display: inline-block;
}

#footer .logo img {
  display: block;
  max-height: 2.125rem;
  max-width: 100%;
  margin: auto;
}

#footer .fmenu {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.2;
}

#footer .fmenu a {
  display: block;
  position: relative;
}

#footer .fmenu a:not(:last-child) {
  margin: 0 1.25rem 0 0;
}

#footer .fmenu a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.6875rem;
  top: 0;
  height: 100%;
  border-right: solid 0.125rem #000;
}

@media (min-width: 768px) and (hover: hover) {
  #footer .fmenu a {
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, filter 0.2s, opacity 0.2s;
  }

  #footer .fmenu a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  #footer .fmenu {
    display: block;
    font-size: 1.5rem;
  }

  #footer .fmenu a {
    margin: 0 0 1.25rem 0 !important;
  }

  #footer .fmenu a::after {
    display: none !important;
  }
}

#footer .email a {
  display: inline-block;
  text-decoration: underline;
}

@media (min-width: 768px) and (hover: hover) {
  #footer .email a {
    transition: color 0.2s, background-color 0.2s, border-color 0.2s, filter 0.2s, opacity 0.2s;
  }

  #footer .email a:hover {
    text-decoration: none;
  }
}

#footer .social {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.1875rem;
}

#footer .social a {
  display: block;
}

#footer .social a:not(:last-child) {
  margin-right: 1.5625rem;
}

@media (max-width: 767px) {
  #footer .social {
    font-size: 1.875rem;
  }
}

#footer .junte-se {
  font-size: 1.8125rem;
  line-height: 1.2;
  font-weight: 300;
}

.cms-content {
  font-size: 1rem;
  font-weight: normal;
}

.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.2em;
}

.cms-content h1 {
  font-size: 3em;
}

.cms-content h2 {
  font-size: 2.4em;
}

.cms-content h3 {
  font-size: 2em;
}

.cms-content h4 {
  font-size: 1.6em;
}

.cms-content h5 {
  font-size: 1.2em;
}

.cms-content h6 {
  font-size: .8em;
}

.cms-content p {
  margin-bottom: 1em;
}

.cms-content p strong {
  font-weight: bolder;
}

.cms-content p b {
  font-weight: bold;
}

.cms-content p i {
  font-style: italic;
}

.cms-content p u {
  text-decoration: underline;
}

.cms-content p a {
  text-decoration: underline;
}

.cms-content p a:hover {
  text-decoration: none;
}

.cms-content ul {
  margin: 1.8em 0;
}

.cms-content ul>li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}

.cms-content ul>li:before {
  content: "•";
  position: absolute;
  display: inline-block;
  line-height: inherit;
  transform: scale(2);
  left: 0.2em;
  top: -0.2em;
}

.cms-content ol {
  margin: 1.8em 0;
  padding: 0;
}

.cms-content ol>li {
  position: relative;
  padding-left: 1.3em;
  counter-increment: oln;
}

.cms-content ol>li:before {
  position: absolute;
  line-height: inherit;
  color: inherit;
  left: 0;
  top: 0.1em;
  content: counter(oln) ". ";
  display: inline;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 0.8em;
}

.cms-content img {
  max-width: 100% !important;
}

.cms-content figure img {
  display: block;
  max-width: 100%;
}

.cms-content figure figcaption {
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 0.5em 0 0 0;
  font-style: italic;
  max-width: 30em;
}

/* FAQ Section Styles */
.s-faq {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 5rem 0;
  position: relative;
}

.s-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FBE700 0%, #E581F7 50%, #FBE700 100%);
}

.s-faq .faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.s-faq .faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  border-left: 4px solid #FBE700;
  overflow: hidden;
}

@media (min-width: 768px) and (hover: hover) {
  .s-faq .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
}

.s-faq .faq-item h3 {
  background: linear-gradient(135deg, #FBE700 0%, #f0e900 100%);
  margin: 0;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  position: relative;
}

.s-faq .faq-item h3::after {
  content: "▼";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.s-faq .faq-content {
  padding: 1.5rem;
  background: #ffffff;
}

.s-faq .faq-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #495057;
}

.s-faq .faq-content p:last-child {
  margin-bottom: 0;
}

.s-faq .faq-content .check-list {
  margin: 1rem 0;
  padding-left: 0;
}

.s-faq .faq-content .check-list li {
  padding: 0.75rem 0 0.75rem 2rem;
  border-bottom: 1px solid #e9ecef;
  position: relative;
  background: #f8f9fa;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  border-left: 3px solid #E581F7;
}

.s-faq .faq-content .check-list li:last-child {
  margin-bottom: 0;
}

.s-faq .faq-content .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #E581F7;
  font-weight: bold;
  font-size: 1.1rem;
}

.s-faq .faq-content .box {
  background: linear-gradient(135deg, #E581F7 0%, #d968f0 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1rem 0;
}

.s-faq .faq-content .box h4 {
  color: white;
  margin-bottom: 1rem;
}

.s-faq .faq-content .box .check-list li {
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #FBE700;
  color: white;
}

.s-faq .faq-content .box .check-list li::before {
  color: #FBE700;
}

.s-faq .faq-content .box p {
  color: white;
}

.s-faq a {
  color: #E581F7;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 768px) and (hover: hover) {
  .s-faq a:hover {
    color: #d968f0;
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .s-faq {
    padding: 3rem 0;
  }

  .s-faq .faq-item {
    margin-bottom: 1rem;
  }

  .s-faq .faq-item h3 {
    padding: 1rem;
    font-size: 1.1rem;
  }

  .s-faq .faq-item h3::after {
    right: 1rem;
  }

  .s-faq .faq-content {
    padding: 1rem;
  }

  .s-faq .faq-content .check-list li {
    padding: 0.5rem 0 0.5rem 1.5rem;
  }

  .s-faq .faq-content .check-list li::before {
    left: 0.3rem;
  }

  .s-faq .faq-content .box {
    padding: 1rem;
  }
}

/* FAQ custom lista solo para la sección de preguntas frecuentes */
.faq-lista {
  margin: 1.2rem 0 0 0;
  padding-left: 1.2em;
  list-style: none;
}
.faq-lista li {
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0.3em;
  padding: 0 0 0 0.7em;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}
.faq-lista li:last-child {
  margin-bottom: 0;
}
.faq-lista li::before {
  content: "➡ ";
  display: inline;
}
.faq-lista li strong,
.faq-lista li em {
  color: inherit;
  font-style: inherit;
}

/*# sourceMappingURL=main.css.map */