header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 1000px) {
    header .header-main {
      height: 68px !important; }
      header .header-main .logo {
        max-height: 55px;
        max-width: 85%; }
      header .header-main .list-menus {
        display: none !important; }
      header .header-main .col-menu {
        text-align: right; }
      header .header-main .menu-anchor {
        display: inline-flex !important;
        font-size: 30px;
        color: var(--color1);
        background: transparent;
        border: 0px !important;
        cursor: pointer;
        margin-left: auto; } }
  header .header-main {
    height: 90px;
    background: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #f2f2f2; }
    header .header-main .container {
      width: 100%; }
    header .header-main .logo {
      max-height: 60px;
      max-width: 90%; }
    header .header-main .col-flex {
      display: flex;
      align-items: center; }
    header .header-main .menu-anchor {
      display: none; }
    header .header-main .list-menus {
      display: flex;
      justify-content: flex-end;
      padding: 0px;
      margin: 0px;
      list-style: none; }
      header .header-main .list-menus li {
        margin-right: 30px; }
        header .header-main .list-menus li:last-child {
          margin-right: 0px; }
        header .header-main .list-menus li a {
          padding: 2px !important;
          font-size: 1.1rem;
          font-weight: bold;
          text-decoration: none !important;
          color: var(--color1);
          position: relative;
          transition: all 0.2s ease; }
          header .header-main .list-menus li a:hover, header .header-main .list-menus li a.active {
            color: var(--color1) !important; }
            header .header-main .list-menus li a:hover:after, header .header-main .list-menus li a.active:after {
              width: 100% !important;
              opacity: 1 !important; }
          header .header-main .list-menus li a:after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0px;
            width: 0px;
            height: 2px;
            opacity: 0;
            background: var(--color2);
            transition: all 0.2s ease; }

menu {
  position: fixed;
  top: 70px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: calc(100% - 70px);
  background: var(--color1);
  padding: 20px;
  z-index: 900;
  opacity: 0;
  transform: translateX(350%);
  margin: 0px !important; }
  menu.show {
    opacity: 1;
    transform: translateX(0) !important; }
  menu .list-menus {
    display: block;
    padding: 0px;
    list-style: none !important;
    margin: 0px; }
    menu .list-menus li a {
      text-align: center;
      display: block;
      width: 100%;
      padding-top: 9px;
      padding-bottom: 9px;
      color: #fff;
      font-size: 1rem;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      menu .list-menus li a:hover {
        color: var(--color2) !important; }

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--color1); }
  @media screen and (max-width: 650px) {
    footer .logo-footer {
      max-width: 180px; }
    footer .lotep {
      width: 140px !important; }
    footer .title-footer {
      font-size: 1rem !important;
      line-height: 1.3rem !important; } }
  footer .logo-footer {
    max-width: 200px; }
  footer .desc {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.1rem;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-right: 30px; }
  footer .lotep {
    width: 170px; }
  footer .title-footer {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    footer .title-footer:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 30px;
      height: 3px;
      background: var(--color2); }
  footer .list-footer {
    padding-left: 16px;
    list-style: square; }
    footer .list-footer li {
      color: var(--color2);
      margin-bottom: 14px; }
      footer .list-footer li a {
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
        footer .list-footer li a:hover {
          color: var(--color2); }
  footer .list-redes {
    display: flex;
    padding: 0px;
    list-style: none; }
    footer .list-redes li {
      color: var(--color2);
      margin-right: 15px; }
      footer .list-redes li:last-child {
        margin-right: 0px; }
      footer .list-redes li a {
        font-size: 30px;
        color: #fff;
        text-decoration: none !important;
        transition: all 0.2s ease-in-out; }
        footer .list-redes li a:hover {
          color: var(--color2) !important; }
  footer .texto-footer {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #fff;
    margin-top: 25px; }
  footer .logo-footer2 {
    display: block;
    margin: auto;
    margin-top: 20px;
    color: #fff;
    text-align: center; }
    footer .logo-footer2 small {
      display: block;
      margin-bottom: -4px; }
    footer .logo-footer2 img {
      width: 100px; }
  footer .whatsapp {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none; }
    footer .whatsapp img {
      width: 34px; }
    footer .whatsapp span {
      padding-left: 10px;
      font-size: 1rem;
      font-weight: bold; }

body {
  background-color: #fff; }
  body.disabled-scroll {
    overflow-y: hidden !important; }

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  display: none;
  align-items: center;
  justify-content: center; }
  #loading.show {
    display: flex !important;
    opacity: 1 !important; }
  #loading img {
    width: 75px;
    height: 75px; }

.link-whatsapp {
  position: fixed;
  bottom: 15px;
  text-decoration: none !important;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  font-size: 25px;
  background: #128C7E;
  border-radius: 50%;
  z-index: 10; }

@media screen and (max-width: 650px) {
  .content-title h2 {
    font-size: 1.6rem !important;
    line-height: 1.8rem !important; }
  .content-title p {
    font-size: 0.9rem !important; }
  .mt-mobile {
    margin-top: 25px; }
  .pt-section {
    padding-top: 50px !important; }
  .pb-section {
    padding-bottom: 50px !important; }
  .action-btn .btn-default {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media screen and (min-width: 651px) and (max-width: 900px) {
  .content-title h2 {
    font-size: 2rem !important;
    line-height: 2.3rem !important; }
  .content-title p {
    font-size: 0.9rem !important; } }

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .content-title h2 {
    font-size: 2.2rem !important;
    line-height: 2.4rem !important; } }

main {
  padding-top: 90px; }
  @media screen and (max-width: 800px) {
    main {
      padding-top: 68px !important; } }

section#slide {
  position: relative;
  overflow: hidden;
  display: flex; }

.pt-section {
  padding-top: 70px; }

.pb-section {
  padding-bottom: 70px; }

.content-title {
  margin-bottom: 40px;
  position: relative; }
  .content-title.text-center h2:after {
    left: 50% !important;
    transform: translateX(-50%); }
  .content-title.text-end h2:after {
    left: auto !important;
    right: 0px !important; }
  .content-title h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: var(--color1);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: bold;
    position: relative;
    padding-bottom: 14px; }
    .content-title h2 strong {
      color: var(--color2); }
    .content-title h2:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 40px;
      height: 5px;
      border-radius: 6px;
      background: var(--color2); }
  .content-title p {
    font-size: 1rem;
    margin-bottom: 0px; }

.overflow-section {
  overflow: hidden;
  position: relative; }

.row-flex {
  display: flex; }
  .row-flex.flex-wrap {
    flex-wrap: wrap; }
  .row-flex.align-center {
    align-items: center !important; }
  .row-flex.align-end {
    align-items: flex-end !important; }
  .row-flex.align-start {
    align-items: flex-start !important; }
  .row-flex.justify-center {
    justify-content: center !important; }
  .row-flex.justify-start {
    justify-content: flex-start !important; }
  .row-flex.justify-end {
    justify-content: flex-end !important; }
  @media screen and (max-width: 650px) {
    .row-flex.reverse-mobile {
      flex-direction: column-reverse !important; } }
  @media screen and (min-width: 651px) and (max-width: 800px) {
    .row-flex.reverse-ipad {
      flex-direction: column-reverse !important; } }

.texto-default {
  font-size: 1rem;
  line-height: 1.2rem; }

.action-btn {
  margin-top: 20px; }
  .action-btn .btn-default {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    background: var(--color1);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.4px;
    transition: all 0.2s ease-in-out; }
    x
.action-btn .btn-default:hover {
      background: var(--color2) !important;
      color: #fff !important; }
