@charset "UTF-8";
/*
Theme Name: PremieRvet
Theme URI: http://exemplo.com
Author: Gabriel Soares Silva
Author URI: http://exemplo.com
Description: PremieRvet Wordpress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meu-tema
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background: #F4F4F4;
}
body.home {
  overflow-x: hidden;
}

input,
textarea,
button {
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #7C7C7C;
  font-weight: 400;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 37px;
  font-size: 2.3125rem;
  color: #111;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #111;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #7C7C7C;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7C7C7C;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #7C7C7C;
}

a {
  color: #0069D9;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #5EACFF;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* ========================================
   SITE HEADER
======================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  overflow: visible;
}
.site-header:not(.scrolled) .header-top {
  padding: 19px 0;
}
.site-header:not(.scrolled) .header-bottom {
  display: block;
  padding: 16px 0;
  border-top: 1px solid #f0f3f6;
}
.site-header:not(.scrolled) .header-top-menu {
  display: none;
}
.site-header:not(.scrolled) .header-top .btn-search {
  display: none;
}
.site-header:not(.scrolled) .user-photo-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0069D9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.site-header.scrolled {
  overflow: visible;
}
.site-header.scrolled .header-top-content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr;
}
.site-header.scrolled .search-overlay .active .search-overlay-content {
  margin-top: 50px !important;
}
.site-header.scrolled .header-logo {
  flex-shrink: 1;
}
.site-header.scrolled .header-top-menu .desktop-nav .main-menu {
  gap: 10px;
}
.site-header.scrolled .logged-in .site-header {
  margin-top: 31px;
}
.site-header.scrolled .header-top {
  padding: 24px 0;
}
.site-header.scrolled .header-bottom {
  display: none;
}
.site-header.scrolled .header-top-menu {
  display: block;
  flex: 1;
}
.site-header.scrolled .header-top .btn-search {
  display: inline-flex;
}
.site-header.scrolled .btn-search,
.site-header.scrolled .btn-login,
.site-header.scrolled .btn-register {
  height: 34px;
  font-size: 13px;
}
.site-header.scrolled .user-profile-btn {
  height: auto;
}
.site-header.scrolled .user-profile-btn .user-photo {
  width: 40px;
  height: 40px;
}
.site-header.scrolled .user-profile-btn .user-photo-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0069D9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.site-header.scrolled .user-profile-btn .user-info .user-name {
  font-size: 14px;
}
.site-header.scrolled .user-profile-btn .user-info .user-action {
  font-size: 12px;
}

/* ========================================
   HEADER TOP
======================================== */
.header-top .header-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   HEADER TOP MENU (aparece só no scroll)
======================================== */
.header-top-menu {
  display: none;
  flex: 1;
}
.header-top-menu .desktop-nav {
  padding-top: 0;
}
.header-top-menu .desktop-nav .main-menu {
  gap: 32px;
}
.header-top-menu .desktop-nav .main-menu li a {
  font-size: 12px;
  padding: 0;
}

/* ========================================
   LOGO
======================================== */
.header-logo {
  flex-shrink: 0;
}
.header-logo a {
  display: block;
  line-height: 0;
}
.header-logo img {
  width: 100%;
  height: auto;
  max-width: 180px;
  transition: all 0.3s ease;
}

/* ========================================
   HEADER ACTIONS
======================================== */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* ========================================
   SEARCH BUTTON
======================================== */
.btn-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 36px;
  background: transparent;
  border: none;
  color: #0069D9;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.btn-search svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.btn-search:hover {
  color: #0056b3;
}
.header-top .btn-search {
  display: none;
}

/* ========================================
   BUTTONS - LOGGED OUT
======================================== */
header .btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 18px;
  height: 36px;
  background: #e8f2fb;
  border: none;
  border-radius: 6px;
  color: #0069D9;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
header .btn-login svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
header .btn-login:hover {
  background: rgb(210.2777777778, 229.7222222222, 247.2222222222);
}

.btn-register {
  padding: 0 20px;
  height: 36px;
  background: #0069D9;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
.btn-register:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

/* ========================================
   USER PROFILE BUTTON
======================================== */
.user-profile-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  cursor: pointer;
  transition: 0.3s;
  height: auto;
  position: relative;
  border-radius: 8px;
  border: 1.5px solid #e1f0ff;
  background: #f5faff;
}
.user-profile-btn:hover {
  background: #f8fafb;
  border-color: #0069D9;
}
.user-profile-btn .user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.user-profile-btn .user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.user-profile-btn .user-info .user-name {
  font-size: 14px;
  font-weight: 600;
  color: #4A6171;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.user-profile-btn .user-info .user-action {
  font-size: 12px;
  color: #0069D9;
  line-height: 1.3;
  margin-top: 2px;
  font-weight: 700;
}
.user-profile-btn .user-arrow {
  flex-shrink: 0;
  color: #0069D9;
  transition: transform 0.2s;
  width: 14px;
  height: 14px;
}
.user-profile-btn.active .user-arrow {
  transform: rotate(180deg);
}

/* ========================================
   HEADER BOTTOM (Menu de baixo)
======================================== */
.header-bottom {
  border-top: 1px solid #f0f3f6;
  overflow: visible;
}
.header-bottom .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.desktop-nav .main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 36px;
  align-items: center;
  justify-content: center;
}
.desktop-nav .main-menu .current-menu-item {
  background-color: #f5faff;
  padding: 12px 12px;
  border-radius: 4px;
}
.desktop-nav .main-menu li {
  position: relative;
}
.desktop-nav .main-menu li a {
  display: block;
  color: #0069D9;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  transition: font-weight 0.2s;
  white-space: nowrap;
}
.desktop-nav .main-menu li a:hover {
  font-weight: 600;
}

/* Hover para itens com subitens - azul escuro */
.desktop-nav .main-menu .menu-item-has-children > a:hover {
  color: #004499 !important;
  font-weight: 600;
}

.desktop-nav .main-menu li.current-menu-item a, .desktop-nav .main-menu li.current_page_item a {
  font-weight: 600;
}

/* ========================================
   MOBILE MENU TOGGLE
======================================== */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0069D9;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ========================================
   MOBILE MENU
======================================== */
.mobile-menu {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  transform: translateX(-100%);
  transition: 0.3s all;
  overflow-y: auto;
  z-index: 1001;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-inner {
  padding: 10px 24px 24px;
}

.mobile-user-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f8fafb;
  border-radius: 12px;
  margin-bottom: 24px;
  border: 1px solid #e0e7ef;
}
.mobile-user-card .mobile-user-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.mobile-user-card .mobile-user-info {
  flex: 1;
}
.mobile-user-card .mobile-user-info strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.mobile-user-card .mobile-user-info a {
  font-size: 12px;
  color: #0069D9;
  text-decoration: none;
  font-weight: 600;
}
.mobile-user-card .mobile-user-info a:hover {
  text-decoration: underline;
}
.mobile-user-card svg {
  flex-shrink: 0;
}

.mobile-nav {
  margin-bottom: 24px;
}
.mobile-nav .mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .mobile-menu-list li a {
  display: block;
  padding: 16px 0;
  color: #0069D9;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: font-weight 0.2s;
}
.mobile-nav .mobile-menu-list li a:hover {
  font-weight: 600;
}
.mobile-nav .mobile-menu-list li.current-menu-item a {
  font-weight: 700;
}

.mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
.mobile-actions .btn-mobile-login,
.mobile-actions .btn-mobile-register {
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.mobile-actions .btn-mobile-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e8f2fb;
  border: none;
  color: #0069D9;
}
.mobile-actions .btn-mobile-login:hover {
  background: rgb(210.2777777778, 229.7222222222, 247.2222222222);
}
.mobile-actions .btn-mobile-register {
  background: #0069D9;
  border: none;
  color: white;
}
.mobile-actions .btn-mobile-register:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .site-header .mobile-menu-toggle {
    display: flex;
  }
  .site-header:not(.scrolled) .header-bottom {
    display: none !important;
  }
  .site-header:not(.scrolled) .header-actions .user-profile-btn {
    display: none;
  }
  .site-header:not(.scrolled) button#btnSearch {
    display: block;
    padding: 0;
  }
  .site-header:not(.scrolled) .btn-search {
    display: block;
  }
  .site-header:not(.scrolled) .btn-search span {
    display: none;
  }
  .site-header.scrolled .mobile-menu.active {
    top: 13%;
  }
  .site-header.scrolled .header-top-menu {
    display: none;
  }
  .site-header.scrolled .header-bottom {
    display: none !important;
  }
  .site-header.scrolled .desktop-nav {
    display: none;
  }
  .site-header.scrolled .header-actions .user-profile-btn {
    display: none;
  }
  .site-header.scrolled button#btnSearch {
    display: block;
    padding: 0;
  }
  .site-header.scrolled .btn-search {
    display: block;
  }
  .site-header.scrolled .btn-search span {
    display: none;
  }
  .search-overlay-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    min-height: calc(100vh - 140px);
    margin-top: 30px;
  }
  .user-profile-btn {
    width: 100%;
  }
  .login-desktop {
    display: none !important;
  }
}
/* ============================================
   FOOTER STYLES
   ============================================ */
.site-footer {
  background: #e6ebf0;
  padding: 60px 0 0;
  color: #5a6b7a;
  font-size: 14px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 235px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.3fr;
  gap: 40px;
}

/* Coluna About */
.footer-about {
  max-width: 280px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
}

.footer-description {
  color: #5a6b7a;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-footer-cta {
  display: inline-block;
  background: #0069d9;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s ease;
}

.btn-footer-cta:hover {
  opacity: 0.9;
  color: white;
}

/* Títulos das colunas */
.footer-title {
  color: #4A6171;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 16px;
}

.footer-title-spacing {
  margin-top: 30px;
}

/* Menus */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  color: #0069D9;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.2s ease;
  display: inline-block;
}

.footer-menu a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Contato */
.footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.footer-contact-item svg {
  color: #5a6b7a;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item a {
  color: #5a6b7a;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact-item a:hover {
  color: #0069d9;
}

.footer-schedule {
  color: #7a8b9a;
  font-size: 13px;
  margin: 4px 0 0;
  line-height: 1.5;
}

/* Redes Sociais */
.footer-social {
  margin-top: 30px;
  justify-content: end;
  display: flex;
  flex-direction: column;
}

.footer-social-title {
  color: #4a5a6a;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 17%;
  text-align: center;
}

.footer-social-links {
  display: flex;
  gap: 12px;
  justify-content: end;
}

.footer-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 12px;
  background: #f5faff;
  border-radius: 9999px;
  text-decoration: none;
  color: #0069D9;
  font-size: 12px;
  transition: all 0.2s ease;
}

.footer-social-link svg {
  color: #5a6b7a;
  flex-shrink: 0;
}

.footer-social-link span:first-of-type {
  flex: 1;
  font-weight: 500;
  font-size: 13px;
}

.social-badge {
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.social-badge-blue {
  background: #1da1f2;
}

.social-badge-orange {
  background: #e4405f;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #becad2;
  background: #e6ebf0;
  margin-top: 50px;
  padding: 30px 0;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-copyright p {
  color: #4a6171;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: #0069d9;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

.footer-app-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #0069d9;
  font-weight: 600;
  font-size: 13px;
  background: #f5faff;
  padding: 8px 8px 8px 16px;
  border-radius: 8px;
}

.footer-app-link span {
  color: #0069d9;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.app-badge {
  height: 40px;
  width: auto;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-about {
    grid-column: 1/-1;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-social-title {
    text-align: left;
    padding: 0;
  }
  .footer-social-link {
    border-radius: 88px;
  }
  .site-footer {
    padding: 40px 0 0;
  }
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    height: max-content;
  }
  .footer-about {
    text-align: left;
  }
  .footer-title-spacing {
    margin-top: 20px;
  }
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-bottom-links {
    flex-direction: column;
    gap: 12px;
  }
  .footer-app-link {
    margin-top: 15px;
  }
  .footer-social-links {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
  }
  .footer-bottom .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .btn-footer-cta {
    width: auto;
    text-align: center;
  }
  .footer-logo img {
    max-width: 150px;
  }
}
.artigos-grid-container {
  margin-top: 70px !important;
}

.artigos-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 30px 0;
}

.subTitleArtigos {
  color: #0069D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}

.artigos-grid-header h2 {
  color: #004976;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  max-width: 60%;
}

.ver-mais-btn {
  background: #0069D9;
  color: white;
  padding: 12px 20px 12px 32px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background 0.3s ease;
  border: none;
  font-size: 16px;
}

h4 a {
  color: #004976;
}

.ver-mais-btn:hover {
  opacity: 0.9;
  color: white;
  text-decoration: none;
}

.artigos-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* antes era 1fr 1fr */
  gap: 20px;
  margin-bottom: 30px;
}

/* Artigo Principal - Com Hover Effect */
.artigo-principal {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: all 0.3s ease;
}

/* Overlay escuro - mais escuro no hover */
.artigo-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  z-index: 1;
}

.artigo-principal:hover .artigo-overlay-dark {
  background: rgba(0, 0, 0, 0.6);
}

.artigo-principal .artigo-content {
  padding: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: white;
}

.artigo-principal .artigo-categoria {
  background: white;
  backdrop-filter: blur(10px);
  padding: 4px 8px;
  color: #1f2326;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  font-family: Roboto;
  display: inline-block;
  width: fit-content;
  border-radius: 4px;
  text-transform: math-auto;
}

.artigo-principal h3 a {
  color: #f5faff;
  text-decoration: none;
}

.artigo-principal h3 a:hover {
  text-decoration: underline;
}

/* Excerpt - oculto por padrão */
.artigo-principal .artigo-excerpt {
  color: #becad2;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.artigo-principal:hover .artigo-excerpt {
  opacity: 1;
  max-height: 60px;
}

.artigo-principal .artigo-data {
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.artigo-principal .artigo-data i {
  font-size: 14px;
}

/* Remover estilos antigos que não são mais necessários */
.artigo-principal .artigo-image {
  display: none;
}

.artigo-principal .artigo-image {
  height: 60%;
  position: relative;
  overflow: hidden;
}

.artigo-principal .artigo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artigo-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #dc3545;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.artigo-principal .artigo-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Grid dos artigos secundários */
.artigos-secundarios-grid {
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.artigo-secundario {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: unset;
  display: flex;
  height: 150px;
  cursor: pointer;
}

.artigo-secundario .artigo-image {
  width: 40%;
  overflow: hidden;
}

.artigo-secundario .artigo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artigo-secundario .artigo-content {
  width: 60%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}

.artigo-secundario .artigo-content:hover {
  background: #e1f0ff;
}

.artigos-terciarios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.artigo-terciario {
  cursor: pointer;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  height: auto;
}

.artigo-terciario h4 {
  color: #004976;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.artigo-terciario h4 a:hover {
  color: #0069D9;
}

.artigo-terciario .artigo-excerpt {
  color: #4a6171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.artigo-terciario .artigo-data {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  gap: 5px;
}

.artigo-terciario .artigo-image {
  height: 150px;
  overflow: hidden;
}

.artigo-terciario .artigo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artigo-terciario .artigo-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}

.artigo-terciario .artigo-content:hover {
  background: #e1f0ff;
}

.leia {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c8e3ff;
  margin-top: 20px;
}

.leia-mais {
  text-decoration: none;
  align-self: flex-start;
  margin-top: 13px;
  color: #0069D9;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.leia-mais:hover {
  text-decoration: underline;
}

.artigo-categoria {
  background: #f5faff;
  padding: 4px 8px;
  color: #0069D9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  width: fit-content;
  text-transform: math-auto;
}

.artigo-principal h3 {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 10px 0;
}

.artigo-secundario h4 {
  color: #004976;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px 0;
  flex: 1;
}

.artigo-secundario h4 a:hover {
  color: #0069D9;
}

.artigo-principal p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  flex: 1;
}

.artigo-data {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  gap: 5px;
}

/* responsivo */
@media (max-width: 1200px) {
  .artigos-terciarios {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 968px) {
  .artigos-grid-layout {
    grid-template-columns: 1fr;
  }
  .artigos-terciarios {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .artigos-terciarios {
    grid-template-columns: 1fr;
  }
}
/* Responsivo */
@media (max-width: 968px) {
  .artigos-grid-layout {
    grid-template-columns: 1fr;
  }
  .artigos-secundarios-grid {
    margin-top: 20px;
  }
  .artigos-terciarios {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 768px) {
  .artigo-secundario h4 {
    font-size: 11px;
  }
  .artigos-terciarios {
    display: none !important;
  }
  .artigo-principal {
    height: 300px;
  }
  .artigo-principal .artigo-image {
    height: 200px;
  }
  .artigo-secundario {
    height: 120px;
  }
  .artigo-terciario {
    height: 280px;
  }
  .artigo-terciario .artigo-image {
    height: 120px;
  }
  .artigos-grid-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .artigos-grid-header h2 {
    max-width: 100%;
    font-size: 28px;
  }
  .artigos-terciarios {
    grid-template-columns: 1fr;
  }
}
/* ========================================
   BREADCRUMB
======================================== */
.breadcrumb-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 32px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #0069D9;
  padding: 25px 0;
}

.breadcrumb a {
  color: #0069D9;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumb .separator {
  color: #8ba4b5;
}

.breadcrumb .current {
  color: #374151;
  font-weight: 500;
}

/* ========================================
   LAYOUT PRINCIPAL
======================================== */
.artigo-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.artigo-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
}
.artigo-layout.no-sidebar {
  display: flex;
  justify-content: center;
}

/* ========================================
   FLOAT NAVIGATION
======================================== */
.float-navigation {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.float-navigation.visible {
  opacity: 1;
  visibility: visible;
}

.float-nav-inner {
  padding: 24px;
}

.float-nav-inner h4 {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #e5e7eb;
}

.nav-links li {
  margin-bottom: 12px;
}

.nav-link {
  display: block;
  font-size: 14px;
  color: #4a6171;
  text-decoration: none;
  line-height: 1.5;
  transition: all 0.2s;
  padding: 8px 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-link:hover,
.nav-link.active {
  color: #0069D9;
  font-weight: 500;
  border-radius: 2px 0 0 2px;
  border-left: 1px solid #0069D9;
}

/* ========================================
   CABEÇALHO DO ARTIGO
======================================== */
.leia-tambem-flex .artigos-relacionados-flex {
  gap: 10px;
  display: flex;
}
.leia-tambem-flex p {
  font-weight: 600;
  font-size: 14px;
  color: #4a6171;
}
.leia-tambem-flex .artigo-inline-card {
  display: flex;
  gap: 16px;
  background: #ffffff;
  padding: 0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid #e5e7eb;
}
.leia-tambem-flex .artigo-inline-info h4 {
  font-size: 13px;
  color: #004976;
}

.artigo-single {
  max-width: 800px;
  /* ========================================
     BOTÕES DE COMPARTILHAMENTO
  ======================================== */
  /* ========================================
     IMAGEM DESTACADA
  ======================================== */
  /* ========================================
     CONTEÚDO DO ARTIGO
  ======================================== */
  /* Links no texto */
  /* ========================================
     IMAGEM NO CORPO
  ======================================== */
  /* ========================================
     BANNER ADS
  ======================================== */
  /* ========================================
     LEIA TAMBÉM INLINE
  ======================================== */
  /* ========================================
     TAGS
  ======================================== */
  /* ========================================
     REFERÊNCIAS BIBLIOGRÁFICAS
  ======================================== */
  /* ========================================
     AUTORES DA PUBLICAÇÃO
  ======================================== */
  /* ========================================
     RECOMENDADOS PARA VOCÊ
  ======================================== */
}
.artigo-single .breadcrumb {
  margin: 0;
}
.artigo-single .artigo-header {
  margin-bottom: 40px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 16px auto;
}
.artigo-single .autores-publicacao,
.artigo-single .artigo-conteudo,
.artigo-single .secao-paragrafo,
.artigo-single .artigo-tags {
  max-width: 700px;
  margin: 0 auto;
}
.artigo-single .artigo-titulo {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2326;
  margin: 0 0 16px 0;
}
.artigo-single .artigo-subtitulo {
  font-size: 20px;
  line-height: 1.6;
  color: #4a6171;
  margin: 0 0 24px 0;
}
.artigo-single .artigo-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #4a6171;
  margin-bottom: 24px;
}
.artigo-single .artigo-meta span {
  font-weight: 600;
  display: flex;
  gap: 10px;
}
.artigo-single .tempo-leitura {
  display: flex;
  align-items: center;
  gap: 6px;
}
.artigo-single .compartilhar-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.artigo-single .btn-compartilhar {
  width: 40px;
  height: 40px;
  border: 1px solid #e1f0ff;
  border-radius: 50%;
  background: #e1f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #004976;
  font-size: 16px;
}
.artigo-single .btn-compartilhar:hover {
  background: #e1f0ff;
  border-color: #e1f0ff;
  color: #111827;
}
.artigo-single .btn-copiar-link {
  position: relative;
}
.artigo-single .tooltip-copiar {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  background: #004976;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.artigo-single .tooltip-copiar::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #111827;
}
.artigo-single .tooltip-copiar.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.artigo-single .artigo-imagem-destaque {
  margin: 40px 0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.artigo-single .artigo-imagem-destaque img {
  width: 100%;
  height: auto;
  display: block;
}
.artigo-single .imagem-legenda {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin: 12px 0 0 0;
  text-align: center;
}
.artigo-single .artigo-conteudo {
  font-size: 18px;
  line-height: 1.8;
  color: #374151;
}
.artigo-single .secao-paragrafo {
  margin-bottom: 48px;
  scroll-margin-top: 100px;
}
.artigo-single .secao-paragrafo h2 {
  font-size: 28px;
  font-weight: 400;
  color: #1f2326;
  margin: 0 0 24px 0;
  line-height: 36px;
}
.artigo-single .paragrafo-texto p {
  margin-bottom: 18px;
  color: #4A6171;
  font-weight: 400;
  line-height: 32px;
  font-weight: 400;
}
.artigo-single .paragrafo-texto p:last-child {
  margin-bottom: 0;
}
.artigo-single .paragrafo-texto a,
.artigo-single .autor-biografia a {
  color: #0069D9;
  text-decoration: none;
  transition: all 0.2s;
}
.artigo-single .paragrafo-texto a:hover,
.artigo-single .autor-biografia a:hover {
  font-weight: 700;
  text-decoration: underline;
  background: #e1f0ff;
}
.artigo-single .conteudo-imagem {
  margin: 40px 0;
  text-align: center;
}
.artigo-single .conteudo-imagem img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.artigo-single .imagem-descricao {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin: 12px 0 0 0;
}
.artigo-single .banner-ads {
  margin: 48px 0;
  text-align: center;
}
.artigo-single .banner-ads img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.artigo-single .banner-ads a {
  display: inline-block;
  transition: opacity 0.2s;
}
.artigo-single .banner-ads a:hover {
  opacity: 0.9;
}
.artigo-single .leia-tambem-inline {
  margin: 48px 0;
}
.artigo-single .leia-tambem-inline h3 {
  color: #4a6171;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.artigo-single .artigos-relacionados-inline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.artigo-single .artigo-inline-card {
  display: flex;
  gap: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid #e5e7eb;
  width: 100%;
}
.artigo-single .artigo-inline-thumb {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
}
.artigo-single .artigos-relacionados-flex .artigo-inline-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artigo-single .artigos-relacionados-flex .artigo-inline-thumb {
  width: auto;
}
.artigo-single .artigo-inline-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.artigo-single .artigo-inline-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: #004976;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.artigo-single .artigo-inline-data {
  font-size: 12px;
  color: #4a6171;
  font-weight: 600;
  display: flex;
  gap: 5px;
}
.artigo-single span.artigo-categoria {
  background: #f5faff;
  font-size: 12px;
  font-weight: 600;
  max-width: fit-content;
  color: #0069D9;
}
.artigo-single .artigo-tags {
  padding: 32px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #becad2;
}
.artigo-single .artigo-tags h4 {
  font-size: 12px;
  font-weight: 600;
  color: #4a6171;
  margin: 0 0 16px 0;
}
.artigo-single .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}


.artigo-conteudo > .secao-paragrafo > .paragrafo-texto > table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.artigo-conteudo > .secao-paragrafo > .paragrafo-texto > .table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}

.artigo-conteudo > .secao-paragrafo > .paragrafo-texto > table {
  border-collapse: separate;
  border-spacing: 3px;
  border: 1px solid #000;
  table-layout: auto;
  width: 100%;
  min-width: 760px
}


.artigo-conteudo > .secao-paragrafo > .paragrafo-texto th, .artigo-conteudo > .secao-paragrafo > .paragrafo-texto td 
{
      border: 1px solid #000;
  padding: 6px;
  background: #fff;
  text-align: left;
  line-height: 1.4;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
    }


.artigo-conteudo > .secao-paragrafo > .paragrafo-texto > tbody td:first-child,
thead th:first-child {
  min-width: 220px;
}


@media (max-width: 480px) {
  th, td {
    font-size: 14px;
    padding: 5px;
   }


}
.artigo-single .tag-item {
  display: inline-block;
  padding: 4px 8px;
  background: #c8e3ff;
  color: #0069D9;
  border-radius: 2px;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 400;
  line-height: 18px;
}
.artigo-single .tag-item:hover {
  background: #0069D9;
  color: #ffffff;
  text-decoration: none;
}
.artigo-single .referencias-bibliograficas {
  margin: 48px 0;
  padding: 32px 0;
  max-width: 700px;
  margin: 0 auto;
}
.artigo-single .referencias-bibliograficas h3 {
  font-size: 12px;
  font-weight: 700;
  color: #4a6171;
  margin: 0 0 24px 0;
}
.artigo-single .lista-referencias {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artigo-single .lista-referencias li {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6171;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.artigo-single .lista-referencias li:before {
  content: ".";
  position: absolute;
  left: 0;
  color: #4a6171;
  font-weight: 700;
}
.artigo-single .lista-referencias li:last-child {
  margin-bottom: 0;
}
.artigo-single .autores-publicacao {
  margin-bottom: 40px;
  margin-top: 30px;
}
.artigo-single .autores-publicacao h4 {
  color: #4a6171;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.artigo-single .autores-lista {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.artigo-single .autor-card {
  display: flex;
  gap: 5px;
  transition: all 0.3s;
  align-items: center;
}
.artigo-single .autor-card:hover {
  opacity: 0.9;
}
.artigo-single .autor-foto-link {
  flex-shrink: 0;
}
.artigo-single .autor-foto {
  width: 47px;
  height: 47px;
  object-fit: cover;
  border-radius: 50%;
}
.artigo-single .autor-foto-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0069D9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.artigo-single .autor-info {
  flex: 1;
}
.artigo-single .autor-nome {
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s;
  margin: 0;
}
.artigo-single .autor-nome:hover {
  color: #0069D9;
}
.artigo-single .autor-nome h4 {
  font-size: 12px;
  font-weight: 600;
  color: #0069D9;
  margin: 0;
}
.artigo-single .autor-formacao {
  font-size: 16px;
  font-weight: 600;
  color: #0069D9;
  margin: 0;
}
.artigo-single .autor-cargo {
  font-size: 12px;
  color: #4A6171;
  margin: 0;
}
.artigo-single .autor-biografia {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}
.artigo-single .autor-biografia p {
  margin: 0 0 12px 0;
}
.artigo-single .autor-biografia p:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  #artigosRelacionadosSwiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #artigosRelacionadosSwiper .swiper-slide {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
/* ========================================
   RESPONSIVIDADE
======================================== */
@media (max-width: 1024px) {
  .artigo-layout {
    grid-template-columns: 1fr;
    gap: 0;
    display: block!important;
  }
  .float-navigation {
    display: none;
  }
  .artigo-single {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .artigo-titulo {
    font-size: 32px;
  }
  .artigo-subtitulo {
    font-size: 18px;
  }
  .artigo-conteudo {
    font-size: 16px;
  }
  .secao-paragrafo h2 {
    font-size: 26px;
  }
  .autor-foto-link {
    margin: 0 auto;
  }
  .artigos-grid {
    grid-template-columns: 1fr !important;
  }
  .compartilhar-wrapper {
    flex-wrap: wrap;
  }
  .recomendados-para-voce {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 80px;
  }
  .artigo-inline-thumb {
    width: 100%;
  }
  .artigos-relacionados-flex {
    gap: 0;
  }
  .leia-tambem-flex .artigo-inline-info h4 {
    font-size: 12px;
    color: #004976;
    padding: 5px;
  }
  .artigo-inline-card {
    flex-direction: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    font-size: 12px;
  }
  .artigo-titulo {
    font-size: 26px;
  }
  .artigo-meta {
    align-items: flex-start;
    gap: 8px;
  }
  .btn-compartilhar {
    width: 40px;
    height: 40px;
  }
}
.recomendados-para-voce {
  padding: 80px 0;
  margin-top: 80px;
}
.recomendados-para-voce .artigo-categoria {
  background: none;
  font-size: 16px;
  font-weight: 600;
  max-width: fit-content;
  color: #0069D9;
  margin: 0;
  padding: 0;
}

.recomendados-para-voce h2 {
  font-size: 16px;
  font-weight: 700;
  color: #4a6171;
  margin: 0 0 40px 0;
  text-align: left;
}

.artigos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}

/* ========================================
   CARD ARTIGO (Template Part)
======================================== */
/* Artigos Terciários */
.artigos-terciarios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.card-artigo {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: unset;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.card-artigo .artigo-image {
  height: 150px;
  overflow: hidden;
}

.card-artigo .artigo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-artigo .artigo-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}

.card-artigo .artigo-content:hover {
  background: #e1f0ff;
}

.card-artigo .artigo-categoria {
  background: #f5faff;
  padding: 4px 8px;
  color: #0069D9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  width: fit-content;
}

.card-artigo h4 {
  color: #004976;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px 0;
}

.card-artigo h4 a {
  color: #004976;
  text-decoration: none;
}

.card-artigo h4 a:hover {
  color: #0069D9;
}

.card-artigo .artigo-excerpt {
  color: #4a6171;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.card-artigo .artigo-data {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}

.leia {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c8e3ff;
  margin-top: 20px;
  padding-top: 16px;
}

.leia-mais {
  color: #0069D9;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.leia-mais:hover {
  text-decoration: underline;
}

.banner-home {
  position: relative;
  height: 524px;
  min-height: 524px;
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
  /* Responsive */
  /* Modal */
}
.banner-home .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-home .banner-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 12px;
}
.banner-home .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner-home .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.banner-home .banner-content {
  max-width: 600px;
  color: white;
}
.banner-home .banner-content h2 {
  color: #f5faff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.banner-home .categoria {
  display: inline-block;
  /* backdrop-filter: blur(10px); */
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #fff;
  color: #4a6171;
}
.banner-home .data-transmissao {
  display: inline-block;
  background: rgba(0, 123, 255, 0.9);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.banner-home .data {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 16px;
  color: white;
  display: flex;
  gap: 5px;
}
.banner-home .banner-button {
  display: inline-block;
  background: #0069D9;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.banner-home .banner-button:hover {
  opacity: 0.9;
  color: white;
  text-decoration: none;
}
.banner-home .banner-youtube {
  background: #000;
}
.banner-home .youtube-preview-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.banner-home .youtube-preview-player {
  width: 100%;
  height: 100%;
}
.banner-home .swiper-button-prev,
.banner-home .swiper-button-next {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.banner-home .swiper-button-prev:hover,
.banner-home .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.banner-home .swiper-button-prev::after,
.banner-home .swiper-button-next::after {
  font-size: 20px;
  font-weight: 700;
}
.banner-home .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 10;
  bottom: 44px !important;
  width: 50% !important;
}
.banner-home .swiper-button-prev {
  left: 6% !important;
  right: auto !important;
}
.banner-home .swiper-button-next {
  right: auto !important;
  left: 123px !important;
}
.banner-home .banner-home {
  position: relative;
}
.banner-home .swiper-button-prev,
.banner-home .swiper-button-next {
  color: white;
  background: #e1f0ff;
  backdrop-filter: blur(10px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s ease;
  bottom: 24px;
  top: auto;
}
.banner-home .swiper-button-prev {
  left: calc(50% - 200px);
  right: auto;
}
.banner-home .swiper-button-next {
  right: calc(50% - 200px);
  left: auto;
}
.banner-home .swiper-button-prev:hover,
.banner-home .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
.banner-home .swiper-button-prev::after,
.banner-home .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
  color: #0069D9;
}
.banner-home .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.16);
  width: 60px;
  height: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: none;
  opacity: 1;
  cursor: pointer;
  margin: 0 !important;
  /* Remove margin padrão do Swiper */
}
.banner-home .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 4px;
  transition: none;
}
.banner-home .swiper-pagination-bullet-active::before {
  animation: progressFill var(--slide-duration, 6s) linear forwards;
}
@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-home .banner-content h2 {
    font-size: 28px;
  }
  .banner-home .swiper-button-prev {
    left: 60px !important;
  }
  .banner-home .swiper-button-next {
    right: 20px;
  }
  .banner-home .swiper-pagination {
    display: none;
    /* Esconde bullets no mobile */
  }
}
.banner-home .banner-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.banner-home .modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.banner-home .modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  z-index: 10000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.banner-home .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}
.banner-home .modal-header h3 {
  margin: 0;
  color: #2c3e50;
  font-size: 1.3rem;
}
.banner-home .modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.banner-home .modal-close:hover {
  background: #f5f5f5;
  color: #333;
}
.banner-home .modal-body {
  padding: 0;
}
.banner-home .modal-video-container {
  position: relative;
  width: 100%;
  height: 500px;
  background: #000;
}
.banner-home .modal-youtube-player {
  width: 100%;
  height: 100%;
}
.banner-home .modal-login-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.banner-home .login-content {
  background: white;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  margin: 20px;
}
.banner-home .login-content h4 {
  color: #2c3e50;
  margin-bottom: 16px;
  font-size: 1.3rem;
}
.banner-home .login-content p {
  color: #6c757d;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .banner-home .banner-home {
    height: 60vh;
    min-height: 400px;
  }
  .banner-home .banner-home .container {
    padding: 0 20px;
  }
  .banner-home .banner-content h2 {
    font-size: 2rem;
  }
  .banner-home .banner-button {
    padding: 14px 24px;
    font-size: 0.9rem;
  }
  .banner-home .modal-content {
    margin: 10px;
    max-height: calc(100vh - 20px);
  }
  .banner-home .modal-video-container {
    height: 300px;
  }
  .banner-home .login-buttons {
    flex-direction: column;
    align-items: center;
  }
  .banner-home .banner-slide {
    height: auto;
  }
}

/* Search Overlay */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: 998;
  overflow-y: auto;
}

.search-overlay.active {
  display: block;
}

.search-overlay-content {
  padding: 3rem 0rem;
  min-height: calc(100vh - 140px);
  margin-top: 166px;
}
.search-overlay-content.scrolled {
  margin-top: 80px;
}

.search-header,
.search-input-wrapper,
.filters-wrapper,
.search-results-section {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.search-title {
  color: #004976;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s;
}

.search-close:hover {
  opacity: 0.7;
}

/* Input Wrapper */
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
  background: white;
  margin-bottom: 1.5rem;
}

.search-input-wrapper:focus-within {
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.search-icon {
  position: absolute;
  left: 1.25rem;
  pointer-events: none;
  z-index: 1;
}

.search-input {
  flex: 1;
  padding: 1.1rem 1rem 1.1rem 3.5rem;
  border: none;
  font-size: 1rem;
  outline: none;
}

.search-input::placeholder {
  color: #999;
}

/* Loading */
.input-loading {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem;
  border-right: 1px solid #e0e0e0;
}

.input-loading:not(.hidden) {
  display: flex;
}

.loading-text {
  font-size: 0.875rem;
  color: #666;
  white-space: nowrap;
}

.spinner-search,
.spinner-filter {
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Buttons */
.btn-search-submit {
  background: #0069D9;
  color: white;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: background 0.2s;
  height: 100%;
  border: none;
  margin-right: 10px;
}

.btn-search-submit:hover:not(:disabled) {
  background: #0052a3;
}

.btn-search-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.search-clear {
  background: none;
  border: none;
  color: #0066cc;
  padding: 0 1.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 1px solid #e0e0e0;
  transition: opacity 0.2s;
}

.search-clear:hover {
  opacity: 0.7;
}

.hidden {
  display: none !important;
}

/* Filters */
.filters-wrapper {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.divider {
  border-top: 1px solid #becad2;
  width: 100%;
  display: flex;
  padding: 1rem 0;
  margin-top: 3rem;
}

.filter-group {
  flex: 1;
  min-width: 200px;
}

.filter-label {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* ===============================================
   CUSTOM SELECT WITH RADIO BUTTONS
   =============================================== */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-trigger {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 0.875rem;
  cursor: pointer;
  background: white;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #333;
  font-weight: 400;
}

.custom-select-trigger:hover {
  border-color: #0066cc;
}

.custom-select-trigger.active {
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.custom-select-value {
  flex: 1;
}

.custom-select-arrow {
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.custom-select-trigger.active .custom-select-arrow {
  transform: rotate(180deg);
}

/* Dropdown */
.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.custom-select-dropdown.active {
  max-height: 300px;
  opacity: 1;
  overflow-y: auto;
}

/* Radio Options */
.custom-radio-option {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.15s;
  user-select: none;
  position: relative;
}

.custom-radio-option:hover {
  background: #f5f9ff;
}

.custom-radio-option input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom Radio Circle */
.radio-checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s;
  flex-shrink: 0;
}

/* Hover state */
.custom-radio-option:hover .radio-checkmark {
  border-color: #0066cc;
}

/* Checked state */
.custom-radio-option input[type=radio]:checked ~ .radio-checkmark {
  border-color: #0066cc;
  background: #0066cc;
}

/* Inner dot when checked */
.custom-radio-option input[type=radio]:checked ~ .radio-checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

/* Radio Label */
.radio-label {
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
}

.custom-radio-option input[type=radio]:checked ~ .radio-label {
  font-weight: 500;
  color: #0066cc;
}

/* ===============================================
   REGULAR SELECT (Ordenação)
   =============================================== */
.filter-select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 0.875rem;
  cursor: pointer;
  background: white;
  transition: all 0.2s;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
}

.filter-select:hover {
  border-color: #0066cc;
}

.filter-select:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

/* Filter Actions */
.filter-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.filter-loading {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.filter-loading:not(.hidden) {
  display: flex;
}

.btn-apply {
  padding: 0.85rem 2.5rem;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-apply:hover:not(:disabled) {
  background: #0052a3;
}

.btn-apply:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Results */
.search-results-section {
  margin-top: 2rem;
}

.results-info {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: #4a6171;
  padding: 1rem 0;
}

.results-info strong {
  color: #0066cc;
  font-weight: 600;
}

.results-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.result-card {
  display: flex;
  gap: 1.5rem;
  padding: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.2s;
  text-decoration: none;
  overflow: hidden;
}

.result-card:hover {
  border: 1px solid #c8e3ff;
  background: #e1f0ff;
}

.result-thumbnail {
  width: 204px;
  height: 136px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f0f0f0;
}

.result-thumbnail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-content {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.result-meta {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.result-post-type {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  background: #0069D9;
  color: white;
  line-height: 16px;
}

.result-category {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.category-artigos {
  background: #e3f2fd;
  color: #0069D9;
  text-transform: capitalize;
}

.category-materiais {
  background: #f3e5f5;
  color: #7b1fa2;
}

.category-informativos {
  background: #e8f5e9;
  color: #388e3c;
}

.category-videos {
  background: #fff3e0;
  color: #f57c00;
}

.result-title {
  color: #004976;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0.5rem;
}

.result-card:hover .result-title {
  color: #0066cc;
}

.result-date {
  color: #4a6171;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}

.pagination-info {
  font-size: 0.875rem;
  color: #666;
}

.pagination-info strong {
  color: #0066cc;
  font-weight: 600;
}

.pagination-buttons {
  display: flex;
  gap: 0.5rem;
}

.pagination-btn {
  min-width: 42px;
  height: 42px;
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.875rem;
  font-weight: 500;
}

.pagination-btn:hover:not(:disabled):not(.active) {
  border-color: #0066cc;
  color: #0066cc;
}

.pagination-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pagination-btn.active {
  background: #0069D9;
  color: white;
  border-color: #0066cc;
}

/* No Results */
.no-results {
  text-align: center;
  padding: 4rem 1rem;
}

.no-results-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin: 1rem 0 0.75rem;
}

.no-results-text {
  color: #666;
}

/* Header sticky */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

body.search-active {
  overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
  .search-overlay {
    top: 0;
  }
  .search-overlay-content {
    margin-top: 100px;
    padding: 2rem 1rem;
  }
  .search-title {
    font-size: 28px;
    line-height: 36px;
  }
  .result-card {
    flex-direction: column;
  }
  .result-thumbnail {
    width: 100%;
    height: 180px;
  }
  .result-content {
    padding: 20px;
  }
  .pagination {
    flex-direction: column;
    gap: 1rem;
  }
  .pagination-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .loading-text {
    font-size: 0.75rem;
  }
  .filter-actions {
    width: 100%;
    flex-direction: column-reverse;
  }
  .filter-loading {
    width: 100%;
    justify-content: center;
  }
  .btn-apply {
    width: 100%;
  }
  .filters-wrapper {
    gap: 1.5rem;
  }
  .filter-group {
    min-width: 100%;
  }
  /* Custom select mobile adjustments */
  .custom-select-dropdown.active {
    max-height: 250px;
  }
}
@media (max-width: 480px) {
  .search-input {
    font-size: 14px;
  }
  .btn-search-submit {
    padding: 12px 16px;
    font-size: 13px;
  }
  .result-title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* ========================================
   SEÇÃO DE DEPOIMENTOS
======================================== */
.depoimentos-section {
  background: #004976;
  color: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 50px 0;
}
.depoimentos-section .depoimentos-wrapper {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .depoimentos-section .depoimentos-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .depoimentos-section .depoimentos-wrapper {
    padding-left: 20px;
  }
}
.depoimentos-section .depoimentos-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1200px) {
  .depoimentos-section .depoimentos-content {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .depoimentos-section .depoimentos-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.depoimentos-section .depoimentos-text h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: white;
}
@media (max-width: 1024px) {
  .depoimentos-section .depoimentos-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .depoimentos-section .depoimentos-text h2 {
    font-size: 32px;
  }
}
.depoimentos-section .depoimentos-text p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 32px;
  color: #e1f0ff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .depoimentos-section .depoimentos-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.depoimentos-section .depoimentos-text strong {
  color: #fff;
  font-weight: 700;
}
.depoimentos-section .btn-criar-conta {
  background: #e1f0ff;
  color: #0069D9;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}
.depoimentos-section .btn-criar-conta:hover {
  background: rgb(199.5, 227.25, 255);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .depoimentos-section .btn-criar-conta {
    padding: 14px 28px;
    font-size: 15px;
  }
}
.depoimentos-section .depoimentos-carousel {
  position: relative;
  height: 400px;
  max-width: 100%;
  overflow: hidden;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .depoimentos-section .depoimentos-carousel {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .depoimentos-section .depoimentos-carousel {
    height: 350px;
  }
}
.depoimentos-section .swiper-container {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.depoimentos-section .swiper-wrapper {
  align-items: stretch;
}
.depoimentos-section .depoimento-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  height: 320px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.depoimentos-section .depoimento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .depoimentos-section .depoimento-card {
    height: 280px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .depoimentos-section .depoimento-card {
    height: 260px;
    padding: 16px;
  }
}
.depoimentos-section .veterinario-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.depoimentos-section .veterinario-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.depoimentos-section .veterinario-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .depoimentos-section .veterinario-avatar {
    width: 50px;
    height: 50px;
  }
}
.depoimentos-section .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2980b9, #1e5a87);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}
.depoimentos-section .veterinario-dados {
  flex: 1;
}
.depoimentos-section .veterinario-dados .nome {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 4px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .depoimentos-section .veterinario-dados .nome {
    font-size: 1rem;
  }
}
.depoimentos-section .veterinario-dados .especialidade {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .depoimentos-section .veterinario-dados .especialidade {
    font-size: 0.8rem;
  }
}
.depoimentos-section .depoimento-texto {
  flex: 1;
  position: relative;
  z-index: 1;
}
.depoimentos-section .depoimento-texto p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #495057;
  font-style: italic;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .depoimentos-section .depoimento-texto p {
    font-size: 0.9rem;
    -webkit-line-clamp: 5;
  }
}
.depoimentos-section .swiper-button-prev,
.depoimentos-section .swiper-button-next {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  top: 93%;
}
.depoimentos-section .swiper-button-prev:hover,
.depoimentos-section .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.depoimentos-section .swiper-button-prev::after,
.depoimentos-section .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}
.depoimentos-section .swiper-button-prev {
  left: 0;
}
.depoimentos-section .swiper-button-next {
  left: 50px;
  right: auto;
}
.depoimentos-section .swiper-pagination {
  bottom: -10px !important;
}
.depoimentos-section .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 28px;
  height: 4px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.depoimentos-section .swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .depoimentos-section .depoimentos-text {
    max-width: 100%;
  }
  .depoimentos-section .depoimentos-text h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .depoimentos-section {
    padding: 60px 0;
  }
  .depoimentos-section .depoimentos-text h2 {
    font-size: 1.75rem;
  }
  .depoimentos-section .depoimentos-text p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .depoimentos-section .btn-criar-conta {
    padding: 14px 28px;
    font-size: 0.95rem;
  }
}

.emailBoxes {
  display: flex;
  gap: 15px;
}

.boxInfoTec {
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.info-header {
  text-align: left;
  margin-bottom: 40px;
  border-radius: 12px;
}

.count-badge {
  display: inline-block;
  color: #0069d9;
  padding: 6px 0px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.info-header h3 {
  font-size: 28px;
  color: #004976;
  margin-bottom: 16px;
  font-weight: 700;
}

.info-header p {
  color: #4a6171;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 24px;
}

.btn-acessar {
  display: inline-block;
  background: #e1f0ff;
  color: white;
  padding: 12px 20px 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  color: #0069d9;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.btn-acessar:hover {
  /* background: #0056b3;
          transform: translateY(-2px); */
  opacity: 0.9;
}

.boxes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.informativo-card {
  position: relative;
  width: 100%;
  height: 324px;
  background-size: cover !important;
  background-position: center left !important;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.informativo-card:hover {
  background: rgba(0, 73, 118, 0.8) !important;
  backdrop-filter: blur(24px);
}

.bookmark-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #007bff;
  background: unset;
}

.bookmark-btn:hover {
  /* background: white;
          transform: scale(1.1); */
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 5;
}

.informativo-card:hover .card-overlay {
  opacity: 1;
}

.informativo-card:hover .hover-content {
  transform: translateY(0);
}

.species {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  padding: 0 24px;
}

.species-item {
  background: #f5faff;
  color: #004976;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  padding: 0 24px;
  color: #f5faff;
}

.btn-abrir {
  color: white;
  border: none;
  padding: 20px;
  border-radius: 0;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  background: unset;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-abrir:hover {
  background: unset;
}

/* Modal Styles */
.modal-email {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-email {
  /* Responsive */
}
.modal-email .modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 548px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  z-index: 1001;
}
.modal-email .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.modal-email .modal-close:hover {
  background: #f5f5f5;
}
.modal-email .modal-body {
  padding: 24px;
  text-align: center;
}
.modal-email .pdf-preview {
  margin-bottom: 19px;
}
.modal-email .pdf-preview img {
  width: 162px;
  object-fit: cover;
  border-radius: 8px;
}
.modal-email .modal-body h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #0069D9;
  margin-bottom: 16px;
}
.modal-email .modal-body p {
  color: #4A6171;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 14px;
}
.modal-email .email-form {
  text-align: center;
}
.modal-email .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.modal-email .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #4A6171;
  font-size: 14px;
  line-height: 16px;
}
.modal-email .form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.modal-email .form-group input:focus {
  outline: none;
  border-color: #007bff;
}
.modal-email .btn-enviar {
  width: auto;
  background: #0069d9;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-email .btn-enviar:hover {
  background: #0056b3;
}
.modal-email .btn-enviar:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.modal-email .form-message {
  margin-top: 16px;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  display: none;
}
.modal-email .form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.modal-email .form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.modal-email #modalTitleMaterial, .modal-email #modalTitleInformativo {
  display: none;
}

@media (max-width: 768px) {
  .emailBoxes {
    flex-wrap: wrap;
  }
  .boxes {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .boxes .informativo-card:last-child {
    display: none;
  }
  .informativo-card {
    width: 100%;
    max-width: 350px;
  }
  .modal-body {
    padding: 24px;
  }
  .pdf-preview img {
    width: 150px;
    height: 195px;
  }
}
.first-video .video-info {
  display: none;
}

.first-video .video-player-wrapper {
  height: 486px;
}

.videos {
  background-image: url("../assets/img/dna.png");
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.sectionEducacao {
  border-radius: 12px;
  margin: 50px 0;
  background: linear-gradient(127deg, #cce5ff 0%, #f5faff 45%);
}

.education-header {
  text-align: left;
  margin-bottom: 50px;
}

.education-header h2 {
  color: #004976;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  max-width: 50%;
  margin-bottom: 16px;
}

.education-header p {
  font-size: 20px;
  color: #0069d9;
  max-width: 60%;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.section-header h3 {
  color: #004976;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

.btn-see-more {
  background: #0069D9;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  transition: all 0.3s ease;
  padding: 12px 20px 12px 24px;
  font-size: 14px;
  color: white;
}

.btn-see-more:hover {
  text-decoration: none;
  background: #5EACFF;
  color: white;
}

.videos-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.video-card {
  border-radius: 8px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #c8e3ff;
  background: #fff;
}
.video-card .first-video {
  background: none;
}

.video-card:hover {
  /* transform: translateY(-8px); */
}

.video-container {
  position: relative;
}

.video-player-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  background: #000;
  overflow: hidden;
}

.yt-player {
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  background: #000;
}

/* .video-thumbnail:hover {
        filter: blur(1px);
      } */
.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.play-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.play-button {
  background: #007bff;
  border: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button:hover {
  opacity: 0.9;
}

.login-overlay {
  display: flex;
  position: absolute;
  inset: 0px;
  color: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  z-index: 10;
}

.login-overlay,
.modal-login-overlay {
  z-index: 10;
}

.login-content {
  max-width: 400px;
  margin: auto;
  background: transparent;
  padding: 24px;
  border-radius: 16px;
}

.login-content h4 {
  color: #f5faff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

i.bi.bi-file-lock2-fill {
  font-size: 48px;
}

.login-content p {
  margin: 0 0 20px;
  color: #f5faff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.login-buttons {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
}

.btn-login {
  padding: 12px 24px;
  border-radius: 4px;
  background: #0069d9;
  text-decoration: none;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: white;
  width: fit-content;
}

.btn-login:hover {
  opacity: 0.9;
  color: white;
  text-decoration: none;
}

.login-link {
  color: #f5faff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  margin-top: 30px;
  padding-top: 15px;
}

.login-link a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}

.btn {
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn-primary {
  background: #007bff;
  color: white;
}

.btn-primary:hover {
  background: #0056b3;
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-secondary:hover {
  background: white;
  color: #000;
}

.video-info {
  padding: 12px;
}

.video-title {
  font-size: 28px;
  color: #004976;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 32px;
}

.video-description {
  color: #4a6171;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 66px;
}

.video-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  color: #6c757d;
  justify-content: end;
  border-top: 1px solid #c8e3ff;
  padding-top: 13px;
}

.video-duration {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #0069d9;
}

.video-duration i {
  font-size: 1rem;
}

.artigo-data {
  display: flex;
  align-items: center;
  gap: 4px;
}

.artigo-data i {
  font-size: 0.9rem;
}

.video-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.category-tag {
  background: #e3f2fd;
  color: #1565c0;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Video Modal Styles */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  background: #1f2326;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  z-index: 1001;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #4a6171;
}

.modal-header h3 {
  margin: 0;
  color: #f5faff;
  font-size: 20px;
}

.modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  padding: 0;
}

.modal-video-container {
  position: relative;
  width: 100%;
  height: 400px;
  background: #000;
}

.modal-video-info {
  padding: 24px;
}

.no-videos-message {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
}

/* Responsive Design */
@media (max-width: 768px) {
  .videos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .videos-grid .video-card:last-child {
    display: none;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .education-header h2 {
    font-size: 2rem;
    max-width: 100%;
  }
  .education-header p {
    max-width: 100%;
  }
  .modal-content {
    margin: 10px;
    max-height: calc(100vh - 20px);
  }
  .modal-video-container {
    height: 250px;
  }
  .login-content {
    padding: 20px;
  }
  .login-buttons {
    flex-direction: column;
  }
}
.calculadora {
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  margin: 2rem 0px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.calculadora .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.calculadora h3 {
  color: #004976;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
.calculadora p {
  color: #0069d9;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 768px) {
  .calculadora {
    height: auto;
  }
  .calculadora .container {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.tag-artigos-container .breadcrumb-wrapper {
  border-bottom: none;
  margin: 0;
}
.tag-artigos-container .breadcrumb {
  margin: 0;
}
.tag-artigos-container .tag-info {
  padding-bottom: 40px;
}
.tag-artigos-container .tag-info .tag-label {
  color: #004976;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.tag-artigos-container .tag-info .tag-label .tag {
  border-radius: 4px;
  background: #c8e3ff;
  padding: 8px 16px;
  color: #0069D9;
}
.tag-artigos-container .load-more-wrapper {
  text-align: center;
  padding-bottom: 4rem;
}
.tag-artigos-container .load-more-wrapper .btn-exibir-mais {
  font-size: 14px;
  font-style: normal;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  background: #e1f0ff;
  padding: 12px 24px;
  color: #0069D9;
  border: none;
}
.tag-artigos-container .load-more-wrapper .all-loaded {
  background: none;
  border: none;
  color: #8ba4b5;
  font-size: 14px;
}

.pdf-single-page .artigo-titulo {
  color: #1f2326;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 2rem;
  line-height: 48px;
}
.pdf-single-page .artigo-meta {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
}
.pdf-single-page .compartilhar-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 2rem 0;
}
.pdf-single-page .btn-compartilhar {
  width: 40px;
  height: 40px;
  border: 1px solid #e1f0ff;
  border-radius: 50%;
  background: #e1f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: #004976;
  font-size: 16px;
}
.pdf-single-page .btn-compartilhar:hover {
  background: #e1f0ff;
  border-color: #e1f0ff;
  color: #111827;
}
.pdf-single-page .btn-copiar-link {
  position: relative;
}
.pdf-single-page .tooltip-copiar {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  background: #004976;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.pdf-single-page .tooltip-copiar::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #111827;
}
.pdf-single-page .tooltip-copiar.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.pdf-header .breadcrumb-wrapper {
  border: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 24px;
}

.breadcrumb a {
  color: #0069D9;
  text-decoration: none;
}

.breadcrumb .separator {
  color: #6c757d;
}

.pdf-title {
  color: #004976;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.pdf-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.pdf-date {
  color: #4a6171;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.share-buttons {
  display: flex;
  gap: 8px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #becad2;
  background: white;
  color: #0069D9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.share-btn:hover {
  background: #e1f0ff;
  border-color: #0069D9;
}

.share-btn i {
  font-size: 18px;
}

.pdf-container {
  padding: 0;
  border-radius: 0 0 12px 12px;
  min-height: 600px;
}

#pdf-viewer canvas {
  display: block;
  margin: 0 auto 4px auto;
}

@media (min-width: 768px) {
  #pdf-viewer canvas {
    width: 100%;
  }
}
.sign-wall {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  border-top: 1px solid #E1F0FF;
}

.sign-wall-content {
  background: white;
  border-radius: 12px;
  padding: 40px;
  max-width: 67%;
  text-align: center;
  color: white;
}

.sign-wall-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.sign-wall-icon i {
  font-size: 36px;
  color: #004976;
}

.sign-wall-content h3 {
  color: #004976;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 40px;
}

.sign-wall-content p {
  color: #4A6171;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px 0;
}

.sign-wall-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  margin: 0 auto;
  padding: 1rem 0;
  width: fit-content;
}

.sign-wall-form label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 4px;
}

.sign-wall-input {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: white;
  color: #333;
  font-size: 14px;
  outline: none;
}

.sign-wall-input::placeholder {
  color: #999;
}

.sign-wall-input:focus {
  border-color: #0069D9;
}

.btn-criar-conta {
  background: #0069D9;
  color: white;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.btn-criar-conta:hover {
  background: #0056b3;
  color: white;
}

.sign-wall-login {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.sign-wall-login a {
  color: #0069D9;
  text-decoration: underline;
}

.no-pdf-message {
  text-align: center;
  padding: 100px 20px;
  color: #6c757d;
}

.no-pdf-message i {
  font-size: 64px;
  margin-bottom: 16px;
  opacity: 0.3;
}

.outros-informativos {
  margin-top: 60px;
}

.outros-informativos h2 {
  color: #004976;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.informativos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.informativo-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  gap: 16px;
}

.informativo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 105, 217, 0.2);
}

.informativo-thumb {
  width: 200px;
  height: 150px;
  position: relative;
  flex-shrink: 0;
  background: #e1f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.informativo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdf-icon {
  font-size: 48px;
  color: #0069D9;
  opacity: 0.3;
}

.badge-pdf {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #dc3545;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.informativo-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.informativo-cat {
  color: #0069D9;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.informativo-info h3 {
  color: #004976;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .informativos-grid {
    grid-template-columns: 1fr;
  }
  .pdf-title {
    font-size: 24px;
  }
  .pdf-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.artigos-archive-container {
  padding: 40px 0 80px;
  background: white;
  /* Artigo Principal */
  /* Responsive */
}
.artigos-archive-container .categoria-section:nth-of-type(odd) {
  background: #fff;
}
.artigos-archive-container .categoria-section:nth-of-type(even) {
  background: #f4f4f4;
}
.artigos-archive-container .archive-header {
  margin-bottom: 40px;
}
.artigos-archive-container .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
}
.artigos-archive-container .breadcrumb a {
  color: #0069D9;
  text-decoration: none;
}
.artigos-archive-container .breadcrumb a:hover {
  text-decoration: underline;
}
.artigos-archive-container .breadcrumb .separator {
  color: #6c757d;
}
.artigos-archive-container .categoria-section {
  padding: 30px 0;
}
.artigos-archive-container .categoria-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.artigos-archive-container .categoria-titulo {
  color: #004976;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.artigos-archive-container .btn-ver-mais {
  background: #0069D9;
  color: white;
  padding: 12px 20px 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.artigos-archive-container .btn-ver-mais:hover {
  opacity: 0.9;
  color: white;
  text-decoration: none;
}
.artigos-archive-container .artigos-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.artigos-archive-container .artigo-principal {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.3s ease;
}
.artigos-archive-container .artigo-overlay-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  z-index: 1;
}
.artigos-archive-container .artigo-principal:hover .artigo-overlay-dark {
  background: rgba(0, 0, 0, 0.6);
}
.artigos-archive-container .artigo-principal .artigo-content {
  padding: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: white;
}
.artigos-archive-container .artigo-principal .artigo-categoria {
  background: white;
  padding: 4px 8px;
  color: #1f2326;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block;
  width: fit-content;
  border-radius: 4px;
}
.artigos-archive-container .artigo-principal h3 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
  line-height: 48px;
}
.artigos-archive-container .artigo-principal h3 a {
  color: white;
  text-decoration: none;
}
.artigos-archive-container .artigo-principal h3 a:hover {
  text-decoration: underline;
}
.artigos-archive-container .artigo-principal .artigo-excerpt {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.artigos-archive-container .artigo-principal .artigo-data {
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.artigos-archive-container .artigos-secundarios-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.artigos-archive-container .artigo-secundario {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  height: 150px;
  cursor: pointer;
}
.artigos-archive-container .artigo-secundario .artigo-image {
  width: 40%;
  overflow: hidden;
}
.artigos-archive-container .artigo-secundario .artigo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artigos-archive-container .artigo-secundario .artigo-content {
  width: 60%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
.artigos-archive-container .artigo-secundario .artigo-content:hover {
  background: #e1f0ff;
}
.artigos-archive-container .artigo-secundario .artigo-categoria {
  background: #f5faff;
  padding: 4px 8px;
  color: #0069D9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  width: fit-content;
}
.artigos-archive-container .artigo-secundario h4 {
  color: #004976;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px 0;
  flex: 1;
}
.artigos-archive-container .artigo-secundario h4 a {
  color: #004976;
  text-decoration: none;
}
.artigos-archive-container .artigo-secundario h4 a:hover {
  color: #0069D9;
  text-decoration: underline;
}
.artigos-archive-container .artigo-secundario .artigo-data {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (max-width: 968px) {
  .artigos-archive-container .artigos-grid-layout {
    grid-template-columns: 1fr;
  }
  .artigos-archive-container .categoria-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .artigos-archive-container .artigo-principal {
    height: 400px;
  }
  .artigos-archive-container .artigo-secundario {
    height: 120px;
  }
  .artigos-archive-container .categoria-titulo {
    font-size: 24px;
  }
}

.categoria-single-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  /* Resultados da Busca */
  /* Paginação de Resultados da Busca */
  /* Grid Layout - mesmo estilo do artigos-home */
  /* Artigos Terciários */
  /* Ajusta quando não há posts secundários */
  /* Responsive */
}
.categoria-single-page .page-header {
  margin-bottom: 30px;
}
.categoria-single-page .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
.categoria-single-page .breadcrumb a {
  color: #0069d9;
  text-decoration: none;
}
.categoria-single-page .breadcrumb a:hover {
  text-decoration: underline;
}
.categoria-single-page .breadcrumb .separator {
  color: #6c757d;
}
.categoria-single-page .page-title {
  color: #004976;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px 0;
}
.categoria-single-page .page-description {
  color: #4a6171;
  font-size: 20px;
  line-height: 1.6;
}
.categoria-single-page .search-form-inline {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.categoria-single-page .search-input-group {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  background: white;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #becad2;
  width: 65%;
}
.categoria-single-page .search-input-group i {
  color: #0069d9;
  font-weight: 700 !important;
}
.categoria-single-page .search-input-group:focus-within {
  border-color: #0069d9;
  background: white;
}
.categoria-single-page .search-icon {
  flex-shrink: 0;
}
.categoria-single-page .search-input-inline {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  padding-left: 10px;
  outline: none;
  color: #8ba4b5;
}
.categoria-single-page .search-input-inline::placeholder {
  color: #adb5bd;
}
.categoria-single-page .btn-search-inline {
  background: #0069d9;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.categoria-single-page .btn-search-inline:hover {
  background: #0056b3;
}
.categoria-single-page .category-search-results {
  margin-top: 40px;
}
.categoria-single-page .category-search-results.hidden {
  display: none;
}
.categoria-single-page .search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
}
.categoria-single-page .results-count {
  font-size: 16px;
  color: #4a6171;
}
.categoria-single-page .results-count strong {
  color: #0069d9;
  font-weight: 700;
}
.categoria-single-page .btn-limpar-busca {
  background: transparent;
  border: 2px solid #e9ecef;
  color: #6c757d;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.categoria-single-page .btn-limpar-busca:hover {
  border-color: #d32f2f;
  color: #d32f2f;
  background: #ffebee;
}
.categoria-single-page .btn-load-more {
  display: block;
  width: fit-content;
  max-width: 300px;
  margin: 40px auto;
  padding: 12px 24px;
  background: #e1f0ff;
  color: #0069d9;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.categoria-single-page .btn-load-more:hover {
  opacity: 0.9;
}
.categoria-single-page .btn-load-more:disabled {
  background: #e9ecef;
  color: #adb5bd;
  cursor: not-allowed;
  transform: none;
}
.categoria-single-page .category-pagination {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.categoria-single-page .pagination-info {
  color: #4a6171;
  font-size: 14px;
  text-align: center;
}
.categoria-single-page .pagination-info strong {
  color: #0069d9;
  font-weight: 700;
}
.categoria-single-page .pagination-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.categoria-single-page .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #becad2;
  border-radius: 4px;
  background: white;
  color: #004976;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.categoria-single-page .pagination-btn:hover:not(.disabled):not(.active) {
  background: #e1f0ff;
  border-color: #0069d9;
  color: #0069d9;
}
.categoria-single-page .pagination-btn.active {
  background: #0069d9;
  color: white;
  border-color: #0069d9;
}
.categoria-single-page .pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f8f9fa;
  color: #adb5bd;
}
.categoria-single-page .pagination-btn i {
  font-size: 18px;
}
.categoria-single-page .pagination-dots {
  padding: 0 8px;
  color: #8ba4b5;
}
.categoria-single-page .spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.categoria-single-page .all-results-message {
  text-align: center;
  padding: 30px;
  margin: 40px 0;
  border-radius: 8px;
  color: #8ba4b5;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.categoria-single-page .all-results-message i {
  font-size: 20px;
}
.categoria-single-page .no-results-found {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  margin: 40px 0;
}
.categoria-single-page .no-results-found h3 {
  color: #2c3e50;
  font-size: 24px;
  margin: 0 0 12px 0;
}
.categoria-single-page .no-results-found p {
  color: #6c757d;
  font-size: 16px;
  margin: 0;
}
.categoria-single-page .search-error {
  padding: 20px;
  background: #ffebee;
  color: #d32f2f;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
}
.categoria-single-page .artigos-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.categoria-single-page .artigo-principal {
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.3s ease;
}
.categoria-single-page .artigo-overlay-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  z-index: 1;
}
.categoria-single-page .artigo-principal:hover .artigo-overlay-dark {
  background: rgba(0, 0, 0, 0.6);
}
.categoria-single-page .artigo-principal .artigo-content {
  padding: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: white;
}
.categoria-single-page .artigo-principal .artigo-categoria {
  background: white;
  padding: 4px 8px;
  color: #1f2326;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block;
  width: fit-content;
  border-radius: 4px;
}
.categoria-single-page .artigo-principal h3 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
  line-height: 48px;
}
.categoria-single-page .artigo-principal h3 a {
  color: white;
  text-decoration: none;
}
.categoria-single-page .artigo-principal .artigo-excerpt {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.categoria-single-page .artigo-principal .artigo-data {
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.categoria-single-page .artigos-secundarios-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.categoria-single-page .artigo-secundario {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: unset;
  display: flex;
  cursor: pointer;
  height: 150px;
}
.categoria-single-page .artigo-secundario .artigo-image {
  width: 40%;
  overflow: hidden;
}
.categoria-single-page .artigo-secundario .artigo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categoria-single-page .artigo-secundario .artigo-content {
  width: 60%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
.categoria-single-page .artigo-secundario .artigo-content:hover {
  background: #e1f0ff;
}
.categoria-single-page .artigo-secundario .artigo-categoria {
  background: #f5faff;
  padding: 4px 8px;
  color: #0069d9;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
}
.categoria-single-page .artigo-secundario h4 {
  color: #004976;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  flex: 1;
}
.categoria-single-page .artigo-secundario h4 a {
  color: #004976;
  text-decoration: none;
}
.categoria-single-page .artigo-secundario h4 a:hover {
  color: #0069d9;
}
.categoria-single-page .artigo-secundario .artigo-data {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  gap: 5px;
}
.categoria-single-page .artigos-terciarios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.categoria-single-page .artigo-terciario {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.categoria-single-page .artigo-terciario .artigo-image {
  height: 150px;
  overflow: hidden;
}
.categoria-single-page .artigo-terciario .artigo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categoria-single-page .artigo-terciario .artigo-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
.categoria-single-page .artigo-terciario .artigo-content:hover {
  background: #e1f0ff;
}
.categoria-single-page .artigo-terciario .artigo-categoria {
  background: #f5faff;
  padding: 4px 8px;
  color: #0069d9;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  width: fit-content;
}
.categoria-single-page .artigo-terciario h4 {
  color: #004976;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px 0;
}
.categoria-single-page .artigo-terciario h4 a {
  color: #004976;
  text-decoration: none;
}
.categoria-single-page .artigo-terciario h4 a:hover {
  color: #0069d9;
}
.categoria-single-page .artigo-terciario .artigo-excerpt {
  color: #4a6171;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.categoria-single-page .artigo-terciario .artigo-data {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}
.categoria-single-page .leia {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c8e3ff;
  margin-top: 20px;
  padding-top: 16px;
}
.categoria-single-page .leia-mais {
  color: #0069d9;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.categoria-single-page .leia-mais:hover {
  text-decoration: underline;
}
.categoria-single-page .pagination-container {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.categoria-single-page .pagination-info {
  color: #4a6171;
  font-size: 14px;
}
.categoria-single-page .pagination-info strong {
  color: #0069d9;
  font-weight: 700;
}
.categoria-single-page .pagination-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.categoria-single-page .pagination-wrapper a,
.categoria-single-page .pagination-wrapper span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #becad2;
  border-radius: 4px;
  background: white;
  color: #004976;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.categoria-single-page .pagination-wrapper a:hover {
  background: #e1f0ff;
  border-color: #0069d9;
  color: #0069d9;
}
.categoria-single-page .pagination-wrapper span.current {
  background: #0069d9;
  color: white;
  border-color: #0069d9;
}
.categoria-single-page .pagination-wrapper span.dots {
  padding: 0 8px;
  color: #8ba4b5;
}
.categoria-single-page .no-posts-message {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  margin: 40px 0;
}
.categoria-single-page .no-posts-message p {
  color: #6c757d;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .categoria-single-page .artigos-terciarios {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 968px) {
  .categoria-single-page .artigos-grid-layout {
    grid-template-columns: 1fr;
  }
  .categoria-single-page .artigos-terciarios {
    grid-template-columns: repeat(2, 1fr);
  }
  .categoria-single-page .page-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .categoria-single-page .artigo-principal {
    height: 400px;
  }
  .categoria-single-page .artigo-secundario {
    height: 120px;
  }
  .categoria-single-page .artigos-terciarios {
    grid-template-columns: 1fr;
  }
  .categoria-single-page .page-title {
    font-size: 28px;
  }
  .categoria-single-page .search-input-group {
    flex-direction: column;
    align-items: stretch;
  }
  .categoria-single-page .btn-search-inline {
    width: 100%;
  }
}

.autorBox {
  border-bottom: #e1f0ff;
  background: #f5faff;
  padding: 40px;
}
.autorBox .autor-foto-placeholder {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #0069D9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.autorBox .autor-nome {
  color: #1f2326;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 40px;
}
.autorBox .autor-cargo {
  color: #4a6171;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.autorBox .bi-mortarboard-fill {
  padding-right: 1rem;
  font-size: 30px;
}

.autor-single-page {
  padding-bottom: 80px;
  background: #f4f4f4;
}
.autor-single-page .artigo-conteudo {
  padding: 20px 0;
}
.autor-single-page .artigo-thumbnail {
  width: 204px;
  height: auto;
}
.autor-single-page .artigo-categoria {
  margin: 0;
}

.autor-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  padding: 32px;
  border-radius: 12px;
}

.autor-foto {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #e1f0ff;
}

.autor-info {
  flex: 1;
}

.autor-nome {
  color: #004976;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.autor-nome i {
  color: #0069d9;
  font-size: 28px;
}

.autor-cargo {
  color: #4a6171;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.autor-biografia {
  padding: 24px 32px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.autor-biografia p {
  color: #4a6171;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.autor-artigos-section {
  padding: 32px;
  border-radius: 12px;
}

.artigos-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.artigos-header h2 {
  color: #4a6171;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.artigos-header strong {
  color: #0069d9;
  font-weight: 700;
}

.artigos-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.artigo-card {
  display: flex;
  gap: 20px;
  border: 1px solid #c8e3ff;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: white;
}

.artigo-card:hover {
  opacity: 0.9;
  background: #e1f0ff;
}

.artigo-thumbnail {
  width: 180px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

.artigo-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artigo-conteudo {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.artigo-categoria {
  background: #e1f0ff;
  color: #0069d9;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  width: fit-content;
}

.artigo-titulo {
  color: #004976;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.artigo-titulo a {
  color: #004976;
  text-decoration: none;
}

.artigo-titulo a:hover {
  color: #0069d9;
}

.artigo-meta {
  color: #4a6171;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  margin: 0;
}

.no-artigos {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
  font-size: 18px;
}

/* Paginação */
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid #e1f0ff;
}

.pagination-info {
  color: #4a6171;
  font-size: 14px;
}

.pagination-info strong {
  color: #004976;
  font-weight: 600;
}

.pagination-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #becad2;
  border-radius: 4px;
  background: white;
  color: #004976;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-btn:hover:not(.current):not([disabled]) {
  background: #e1f0ff;
  border-color: #0069d9;
  color: #0069d9;
}

.pagination-btn.current {
  background: #0069d9;
  color: white;
  border-color: #0069d9;
}

.pagination-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f8f9fa;
}

.pagination-btn i {
  font-size: 18px;
}

.pagination-dots {
  padding: 0 8px;
  color: #8ba4b5;
}

/* Responsive */
@media (max-width: 768px) {
  .autor-header {
    flex-direction: column;
    text-align: center;
  }
  .autor-nome {
    font-size: 24px;
    justify-content: center;
  }
  .autor-cargo {
    justify-content: center;
  }
  .artigo-card {
    flex-direction: column;
  }
  .artigo-thumbnail {
    width: 100%;
    height: 200px;
  }
  .pagination-container {
    flex-direction: column;
    text-align: center;
  }
}

/* Menu submenu toggle styles */
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > ul,
.menu-item-has-children > .sub-menu { 
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 220px;
  z-index: 999;
  margin-top: 8px;
  padding: 0;
}

.menu-item-has-children > ul li,
.menu-item-has-children > .sub-menu li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

.menu-item-has-children > ul li:last-child,
.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

.menu-item-has-children > ul li a,
.menu-item-has-children > .sub-menu li a {
  display: block;
  padding: 12px 16px;
  color: #0069D9;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease;
}

.menu-item-has-children > ul li a:hover,
.menu-item-has-children > .sub-menu li a:hover {
  background-color: #f5faff;
  color: #004499;
  font-weight: 600;
}

/* Estilos quando o item pai é o menu ativo/atual */
.menu-item-has-children.current-menu-item > ul li a,
.menu-item-has-children.current-menu-item > .sub-menu li a {
  color: #004499;
  font-weight: 600;
}

.menu-item-has-children.current-menu-item > ul li a:hover,
.menu-item-has-children.current-menu-item > .sub-menu li a:hover {
  background-color: #e8f1ff;
  color: #004499;
}

.menu-item-has-children.submenu-open > ul,
.menu-item-has-children.submenu-open > .sub-menu { 
  display: block; 
}

/* Simple arrow toggle - no style changes to link */
.menu-item-has-children > a .submenu-toggle {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
}
.menu-item-has-children > a .submenu-toggle:after { content: "▾"; display: inline-block; transition: transform .2s ease; }
.menu-item-has-children.submenu-open > a .submenu-toggle:after { transform: rotate(180deg); }

/*# sourceMappingURL=style.css.map */
