/* =============================
 * Estilos dos blocos de conteúdo.
 * ============================= */

/* =============================
 * VARIABLES
 * ============================= */
:root {
  --red: #d9534f;
  --red-dark: #a33a37;
  --teal: #20c997;
  --white: #fff;
  --gray: #bbb;
  --gray-dark: #777;
  --gray-light: #ddd;
  --primary: #0f96d2;
  --primary-dark: #287da2;
  --secondary: #777;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d9534f;
  --light: #eaeced;
  --dark: #333;
  --bs-primary-rgb: 15, 150, 210;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* =============================
 * FONTS
 * ============================= */
.fontAwesome {
  font-family: 'Inter', "Font Awesome 6 Pro", sans-serif;
}

/* =============================
 * HTML
 * ============================= */
a {
  color: var(--primary);
  outline: none !important;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

a:hover {
  color: var(--primary-dark);
}

body {
  font-family: var(--font-family-sans-serif);
  color: var(--dark);
  font-weight: lighter;
  padding-top: 65px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
}

section {
  padding: 80px 0px;
  clear: both;
}


/* =============================
 * BOOTSTRAP
 * ============================= */
.bg-gradient-light-white {
  background-image: linear-gradient(to bottom, var(--bs-light) 0, var(--bs-white) 100%);
}

.border-primary {
  border-color: var(--primary) !important;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.card-over {
  transition: all .2s ease;
}

.card-over:hover {
  transform: translateY(-3px) !important;
}

.card.card-over:hover {
  transform: translateY(-3px) !important;
}

a>.card {
  outline: none;
}

a:hover>.card {
  text-decoration: none;
}

a>.card .card-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover>.card .card-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.card .card-img {
  text-align: center;
  overflow: hidden;
}

.card .card-date {
  border-top: solid 1px var(--gray-light);
  color: var(--dark);
  margin: 0px 15px 0px 0px;
  display: block;
}

.card .card-date i {
  margin-right: 5px;
}

.card .y-card-info {
  background-color: var(--white);
  text-align: center;
  color: #BABABA;
}

.card .card-text {
  color: var(--dark);
  margin: 0px;
  line-height: 20px;
}


/* .form-control {
  padding: 15px;
  border: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  height: auto;
} */

.img-fluid {
  margin: 0px auto;
}

/*
 * Margens negativas
 */
.mx-n1 {
  margin-right: -4px !important;
  margin-left: -4px !important
}

.mx-n2 {
  margin-right: -8px !important;
  margin-left: -8px !important
}

.mx-n3 {
  margin-right: -12px !important;
  margin-left: -12px !important
}

.mx-n4 {
  margin-right: -16px !important;
  margin-left: -16px !important
}

.mx-n5 {
  margin-right: -20px !important;
  margin-left: -20px !important
}

.mx-n6 {
  margin-right: -24px !important;
  margin-left: -24px !important
}

.mx-n7 {
  margin-right: -28px !important;
  margin-left: -28px !important
}

.mx-n8 {
  margin-right: -32px !important;
  margin-left: -32px !important
}

.mx-n9 {
  margin-right: -36px !important;
  margin-left: -36px !important
}

.mx-n10 {
  margin-right: -40px !important;
  margin-left: -40px !important
}

.mx-n11 {
  margin-right: -44px !important;
  margin-left: -44px !important
}

.mx-n12 {
  margin-right: -48px !important;
  margin-left: -48px !important
}

.my-n1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important
}

.my-n2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important
}

.my-n3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important
}

.my-n4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important
}

.my-n5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important
}

.my-n6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important
}

.my-n7 {
  margin-top: -28px !important;
  margin-bottom: -28px !important
}

.my-n8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important
}

.my-n9 {
  margin-top: -36px !important;
  margin-bottom: -36px !important
}

.my-n10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important
}

.my-n11 {
  margin-top: -44px !important;
  margin-bottom: -44px !important
}

.my-n12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important
}

.mt-n1 {
  margin-top: -4px !important
}

.mt-n2 {
  margin-top: -8px !important
}

.mt-n3 {
  margin-top: -12px !important
}

.mt-n4 {
  margin-top: -16px !important
}

.mt-n5 {
  margin-top: -20px !important
}

.mt-n6 {
  margin-top: -24px !important
}

.mt-n7 {
  margin-top: -28px !important
}

.mt-n8 {
  margin-top: -32px !important
}

.mt-n9 {
  margin-top: -36px !important
}

.mt-n10 {
  margin-top: -40px !important
}

.mt-n11 {
  margin-top: -44px !important
}

.mt-n12 {
  margin-top: -48px !important
}

.me-n1 {
  margin-right: -4px !important
}

.me-n2 {
  margin-right: -8px !important
}

.me-n3 {
  margin-right: -12px !important
}

.me-n4 {
  margin-right: -16px !important
}

.me-n5 {
  margin-right: -20px !important
}

.me-n6 {
  margin-right: -24px !important
}

.me-n7 {
  margin-right: -28px !important
}

.me-n8 {
  margin-right: -32px !important
}

.me-n9 {
  margin-right: -36px !important
}

.me-n10 {
  margin-right: -40px !important
}

.me-n11 {
  margin-right: -44px !important
}

.me-n12 {
  margin-right: -48px !important
}

.mb-n1 {
  margin-bottom: -4px !important
}

.mb-n2 {
  margin-bottom: -8px !important
}

.mb-n3 {
  margin-bottom: -12px !important
}

.mb-n4 {
  margin-bottom: -16px !important
}

.mb-n5 {
  margin-bottom: -20px !important
}

.mb-n6 {
  margin-bottom: -24px !important
}

.mb-n7 {
  margin-bottom: -28px !important
}

.mb-n8 {
  margin-bottom: -32px !important
}

.mb-n9 {
  margin-bottom: -36px !important
}

.mb-n10 {
  margin-bottom: -40px !important
}

.mb-n11 {
  margin-bottom: -44px !important
}

.mb-n12 {
  margin-bottom: -48px !important
}

.ms-n1 {
  margin-left: -4px !important
}

.ms-n2 {
  margin-left: -8px !important
}

.ms-n3 {
  margin-left: -12px !important
}

.ms-n4 {
  margin-left: -16px !important
}

.ms-n5 {
  margin-left: -20px !important
}

.ms-n6 {
  margin-left: -24px !important
}

.ms-n7 {
  margin-left: -28px !important
}

.ms-n8 {
  margin-left: -32px !important
}

.ms-n9 {
  margin-left: -36px !important
}

.ms-n10 {
  margin-left: -40px !important
}

.ms-n11 {
  margin-left: -44px !important
}

.ms-n12 {
  margin-left: -48px !important
}


.navbar-fixed-top+* {
  margin-top: 0px;
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.navbar-toggle .icon-bar {
  height: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--white);
  background-color: var(--primary);
}

/* Padding intermediário entre p-4 e p-5 */
.p-4b {
  padding: 2rem;
}

.vh-50 {
  height: 50vh;
}

/* =============================
 * ACF
 * ============================= */
.acf-field .acf-label label,
ul.acf-radio-list li,
ul.acf-checkbox-list li {
  font-size: 16px;
}

.acf-field .acf-label p {
  font-size: 13px;
}

.acf-input-append {
  height: 34px;
  padding-top: 7px;
}

.acf-field[data-width]+.acf-field[data-width] {
  border: none;
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="email"],
.acf-field input[type="url"],
.acf-field textarea,
.acf-field select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: var(--dark);
  background-color: var(--white);
  background-image: none;
  border: 1px solid var(--gray);
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.acf-field input[type=checkbox],
.acf-field input[type=radio] {
  position: absolute;
  margin: 4px 0 0;
  margin-left: -20px;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}

.acf-field textarea {
  height: auto;
}

ul.acf-radio-list,
ul.acf-checkbox-list {
  margin-left: 20px;
}

ul.acf-hl.acf-radio-list li,
ul.acf-hl.acf-checkbox-list li {
  margin-right: 40px;
}

.acf-field-checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

.acf-field .acf-label label {
  padding-left: -20px;
}

.acf-field input:focus {
  border-color: var(--info);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.acf-form-submit input,
.wppb-user-forms input[type=submit] {
  cursor: pointer;
  color: var(--white);
  background-color: var(--info);
  border: none;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 25px;
}


/* ============================
 * COOKIE-NOTICE
 * ============================= */
#cookie-notice {
  background-color: var(--white) !important;
  width: 400px;
  left: 15px !important;
  right: auto;
  min-width: 300px !important;
  bottom: 15px;
  border-radius: 6px;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 10px 8px rgb(50 50 50 / 10%);
  border: solid 1px #eee;
}

#cookie-notice .cookie-notice-container {
  padding: 20px 25px !important;
  text-align: left;
}

#cookie-notice .cookie-notice-container #cn-notice-text {
  line-height: 18px;
  color: var(--dark);
}

#cookie-notice .cookie-notice-container #cn-notice-buttons {
  width: 100%;
  margin-top: 10px;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  width: 100%;
  background-color: var(--primary) !important;
  margin: 0px !important;
}

.cn-close-icon {
  position: absolute !important;
  top: 9px !important;
  right: -1px !important;
  background-color: #0f96d2;
  opacity: 1 !important;
  color: #FFF;
  border-top-right-radius: 6px;
  width: 30px !important;
  height: 25px !important;
  border-bottom-left-radius: 6px;
  text-align: center;
}

.cn-close-icon::before,
.cn-close-icon::after {
  background-color: #FFF !important;
}

.cn-button.bootstrap {
  background: #333;
}

.cookie-notice-hidden {
  display: none;
}


/* ============================
 * SVG ANIMATIONS
 * ============================= */
/* Mouse Scroll Down */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

svg #wheel {
  animation: scroll ease 2s infinite;
}

/* =============================
 * ANIMATIONS
 * ============================= */
@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.float {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

[data-aos="bg-animate"],
[data-aos="bg-animate-right"] {
  position: relative;
  overflow: hidden;
}

[data-aos="bg-animate"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%) skew(-20deg);
  -ms-transform: translateX(-100%) skew(-20deg);
  transform: translateX(-100%) skew(-20deg);
}

[data-aos="bg-animate-right"]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  -webkit-transform: translateX(100%) skew(-20deg);
  -ms-transform: translateX(100%) skew(-20deg);
  transform: translateX(100%) skew(-20deg);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.aos-animate[data-aos="bg-animate"]:before {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.aos-animate[data-aos="bg-animate-right"]:before {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.y-zoom-in img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .25s all;
  transition: .25s all;
}

.y-zoom-in:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}




/* =============================
 * AVATARS
 * ============================= */
.avatar {
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: .375rem;
}

.avatar-sm {
  width: 2.4375rem;
  height: 2.4375rem;
  font-size: .75rem;
  border-radius: .2rem;
}


/* =============================
 * BANNERS
 * ============================= */
.banner-1 {
  margin: 0px;
  padding: 0px;
  background-color: var(--primary);
}

.banner-1 ul {
  margin: 0px 0px 50px 0px;
  padding: 0px;
  list-style-type: none;
}

.banner-1 .owl-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.banner-1 .owl-dots .owl-dot span {
  width: 35px;
  height: 10px;
}


/* ============================
 * CAROUSEL
 * ============================= */
.owl-dots .owl-dot {
  outline: none;
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: var(--gray-light);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-dots .owl-dot span:hover {
  background-color: var(--secondary);
}

.owl-dots .owl-dot.active span {
  background-color: var(--primary);
}

.owl-dots .owl-dot.active span:hover {
  background-color: var(--primary-dark);
}

.owl-nav [class*="owl-"] {
  background-color: transparent !important;
  color: var(--primary) !important;
  margin: 10px;
  outline: none;
}

.owl-nav [class*="owl-"]:hover {
  color: var(--primary-dark) !important;
}


/* =============================
 * YETI LAB
 * ============================= */
.y-404 {
  padding: 150px 0px 80px 0px;
}

.y-404 h1 {
  color: var(--primary);
  font-size: 50px;
  margin-bottom: 30px;
}

.y-article-author {
  max-width: 100px;
  border-radius: 65px;
}

.y-article-footer h2 {
  font-size: 20px;
}

.y-article-footer .nav-previous,
.y-article-footer .nav-next {
  width: auto;
}

.y-article-footer .nav-next {
  float: right;
  text-align: right;
}

.y-article-footer .nav-previous {
  float: left;
}

.y-article-header {
  font-size: 85%;
  padding: 5px;
  border-bottom: solid 1px var(--gray-light);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.y-block .y-block-title {
  /* font-size: 45px; */
  font-weight: bold;
  font-size: calc(1rem + 2.1vw);
}

.y-block .y-block-text {
  font-size: 22px;
}

.y-box {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.y-box-content {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}

.y-buttons {}

.y-buttons .y-buttons-btn {
  margin: 0px 10px 13px 0px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  border: none;
}

.y-buttons .y-buttons-btn:last-child {
  margin: 0px 0px 13px 0px;
}

.y-buttons-btn-border {
  margin: 0px 10px 13px 0px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  font-weight: bold;
  background: none;
  color: var(--red);
  border: solid 1px var(--red);
}

.y-clear {
  clear: both;
}

.y-delimiter-bottom,
.y-delimiter-top {
  position: relative;
  border: 0;
}

.y-delimiter-bottom:after {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

.y-delimiter-top:before {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

.y-divider {
  pointer-events: none;
  position: absolute;
}

.y-divider-fluid-x>* {
  height: auto;
  width: 100%;
}

.y-divider-start-h {
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
}

.y-divider-end-h {
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
}

.y-divider-start-h svg {
  transform: scale(2);
  transform-origin: top center;
}

.y-divider-end-h svg {
  transform: scale(2);
  transform-origin: bottom center;
}

.y-divider-waves {
  height: 500px !important;
  width: 100% !important;
}

.y-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.y-embed-container iframe,
.y-embed-container object,
.y-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.y-header {
  margin: 0px 0px 50px 0px;
}

.y-header-small {
  padding: 120px 20px 0px 20px !important;
  background-image: inherit !important;
  background-color: var(--dark);
}

.y-header-title,
.y-header-subtitle,
.y-header-text {
  text-align: center;
}

.y-header-title {
  /* font-size: 35px; */
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  font-size: calc(1.325rem + .9vw);
}

.y-header-subtitle {
  font-size: 28px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
}

.y-header-text {
  font-size: 20px;
  line-height: 24px;
}

.y-img-skewed-end,
.y-img-skewed-start {
  perspective-origin: 0%;
  perspective: 2000px;
  transform-style: preserve-3d;
}

.y-img-skewed-end .y-img-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(35deg) rotateX(15deg);
}

.y-img-skewed-start .y-img-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(-35deg) rotateX(15deg);
}

.y-parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.y-mask:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.y-mask h1,
.y-mask h2,
.y-mask h3,
.y-mask h4,
.y-mask h5,
.y-mask h6,
.y-mask p {
  color: var(--white);
}

.y-mask>div {
  z-index: 2;
  position: relative;
}

.y-over {
  cursor: pointer;
}

.y-shadow {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05);
  transition: all .2s ease;
}

.y-shadow:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.y-shape {
  position: absolute;
  z-index: -1;
}

.y-shape-end {
  top: 0;
  right: 0;
  bottom: 0;
}

.y-shape-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.y-screenshot {
  border-radius: 0.5rem;
  box-shadow: 25px 60px 125px -25px rgba(80, 102, 144, .1), 16px 40px 75px -40px rgba(0, 0, 0, .2);
}

.y-social a {
  margin: 0px 10px 10px 0px;
}

.y-social a:last-child {
  margin: 0px;
}

.y-social-share {
  margin: 20px 0px 10px 0px;
}

.y-small-padding {
  padding: 20px 0px 80px 0px;
}

.y-table-rounded {
  overflow: hidden;
  border: solid var(--gray) 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.y-table-rounded table {
  margin: 0px;
}

.y-table-rounded table tbody tr:last-of-type td {
  border: none;
  border-style: none;
}

.y-thumb {
  text-align: center;
}

.y-thumb .y-thumb-caption {
  padding: 0px 10px;
}

.y-top-element {
  visibility: hidden;
}


/* ============================
 * CHAT
 * ============================= */
.chat {
  padding: 0px;
}

.chat a {
  position: fixed;
  width: 55px;
  height: 50px;
  bottom: 0px;
  right: 0px;
  background-color: #25d366;
  color: var(--white);
  border-radius: 12px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
}

.chat a i {
  margin-top: 10px;
  margin-left: 2px;
}


/* =============================
 * CAROUSELS
 * ============================= */

/*
 * nav-lateral
 */
.nav-lateral .owl-nav [class*="owl-"] {
  font-size: 20px !important;
  outline: medium none;
  text-indent: 0px;
  width: auto;
  z-index: 1000;
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  bottom: 0px;
}

.nav-lateral .owl-nav [class*="owl-"] i {
  background-color: var(--primary);
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  color: var(--white);
}

.nav-lateral .owl-nav .owl-prev {
  left: -28px;
}

.nav-lateral .owl-nav .owl-next {
  right: -28px;
}


/*
 * carousel-1
 */
.carousel-1 {
  background-color: var(--white);
}

.carousel-1 .item {
  text-align: center;
  padding: 1px;
}

.carousel-1 .fa-brands,
.carousel-1 .fa-duotone,
.carousel-1 .fa-light,
.carousel-1 .fa-regular,
.carousel-1 .fa-solid,
.carousel-1 .fa-thin {
  font-size: 50px;
  line-height: 50px;
}

.carousel-1 .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.carousel-1 .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.carousel-1 .owl-nav .fa,
.carousel-1 .owl-nav .fas,
.carousel-1 .owl-nav .fab,
.carousel-1 .owl-nav .far,
.carousel-1 .owl-nav .fal {
  font-size: 2em;
}


/*
 * carousel-2
 */
.carousel-2 .owl-stage-outer {
  padding: 20px 0px 20px 0px;
}


.carousel-2 .owl-dots {
  text-align: center;
}

.carousel-2 .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}



/* =============================
 * COMPARE
 * ============================= */
.compare .table td:not(td[scope='row']),
.compare .table th {
  text-align: center;
}

/* compare-1 */
.compare-1 .table>:not(caption)>*>* {
  padding: 1rem 1rem;
}

/* compare-3 */
.compare-3 .vs {
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  position: absolute;
  margin: 0px auto;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 20px;
}

.compare-3 .condition {
  position: relative;
  overflow: hidden;
}

.compare-3 .condition .emoji {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 40px !important;
}

.compare-3 .condition h5 {
  padding-left: 75px !important;
}

.compare-3 .condition .content {
  z-index: 2;
  position: relative;
}

.compare-3 .condition ul li {
  list-style: none;
  line-height: 1.2rem;
  margin-bottom: 10px;
}

.compare-3 .condition ul li:before {
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 22px;
  bottom: -2px;
  position: relative;
  width: 20px;
  text-align: center;
  color: var(--danger);
  content: "\f00d";
}

.compare-3 .condition.good ul li:before {
  color: var(--primary);
  content: "\f00c";
}

.compare-3 .condition:before {
  /* background: #cf305d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  content: "";
  display: block;
  z-index: 1; */
}

.compare-3 .condition.good:before {
  background: #30cfb5;
}



/* =============================
 * CONTACT
 * ============================= */
/*
 * Contct 7 Form
 */
.wpcf7-form br {
  display: none;
}

.wpcf7-form-control-wrap {
  margin-bottom: 1rem;
  display: block;
  float: left;
  width: 100%;
}

.wpcf7-form-control-wrap[data-name="your-ddd"] {
  width: 28%;
  margin-right: 2%;
}

.wpcf7-form-control-wrap[data-name="your-phone"] {
  width: 70%;
}

.wpcf7-not-valid-tip {
  color: var(--red);
  font-size: 0.9em;
  font-weight: normal;
  display: block;
  padding: 3px;
  text-align: left;
}

.wpcf7-not-valid-tip::before {
  display: inline-block;
  content: "\f06a";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 12px;
  top: -1px;
  position: relative;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 0px;
  border-radius: .25rem;
}


/*
 * contact-1
 */
.contact-1 {
  background-color: var(--light);
}

.contact-1 h3 {
  margin: 40px 0px 10px;
  font-weight: bold;
}

.contact-1 h3:first-child {
  margin: 0px 0px 10px 0px;
}

.contact-1 .wpcf7-form .wpcf7-form-control-wrap.your-ddd {
  width: 18%;
  float: left;
  margin-right: 2%;
}

.contact-1 .wpcf7-form .wpcf7-form-control-wrap.your-phone {
  width: 80%;
}

.contact-1 .wpcf7-form .your-message .wpcf7-form-control {
  height: 150px;
}

.contact-1 .wpcf7-form .wpcf7-submit {
  margin: 15px 0px 0px 0px;
  transition: all 0.2s ease-in-out 0s;
  padding: 16px 27px;
  font-weight: bold;
  border: medium none;
  font-size: 18px;
  background-color: var(--red);
  color: var(--white);
}

.contact-1 .wpcf7-form .wpcf7-submit:hover {
  background-color: var(--red-dark);
}

.contact-1 .y-address,
.contact-1 .y-phones,
.contact-1 .y-social {
  margin: 0px 0px 0px 0px;
}


/*
 * contact-2
 */
.contact-2 .box {
  right: 25px;
  top: 15px;
  bottom: -40px;
  box-sizing: content-box;
  height: calc(100% - 40px) !important;
  width: 50%;
}


/* =============================
 * CONTENT
 * ============================= */
/*
 * content-2
 */
.content-2 .content-img {
  padding: 0px 0px;
  float: none;
  position: relative;
  background-color: var(--light);
  background-image: url(../img/content2-a.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}


/*
 * content-3
 */
.content-3 {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.content-3 .y-header {
  margin: 0px;
}

.content-3 .y-header .y-header-title,
.content-3 .y-header .y-header-subtitle,
.content-3 .y-header-text {
  text-align: left;
}


/*
 * content-4
 */
.content-4 {
  background-image: url(../img/slide2.webp);
  height: 100vh;
}


/*
 * content-5
 */
.content-5 {
  padding: 0px;
  position: relative;
}

.content-5 .slider {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style: none;
}

.content-5 .owl-dots {
  top: 30px;
  padding-left: 170px;
  height: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.content-5 .owl-dots span {
  outline: none;
  bottom: 20px;
  width: 23px;
  height: 23px;
  box-shadow: none;
  background: var(--gray);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.content-5 .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}

.content-5 .owl-nav [class*="owl-"] {
  background-color: transparent !important;
  font-size: 60px !important;
  color: var(--white);
  height: auto;
  margin: 0px;
  outline: none;
  text-indent: 0px;
  width: auto;
  position: absolute;
  top: calc(50% - 30px);
  padding: 0px;
}

.content-5 .owl-nav .owl-prev {
  left: 20px;
}

.content-5 .owl-nav .owl-next {
  right: 20px;
}


/*
 * content-6
 */
.content-6 .y-item {
  padding: 50px 0px;
  border-top: solid 1px var(--gray);
}

.content-6 .y-item:last-child {
  padding: 50px 0px 0px 0px;
}

.content-6 .y-item a {
  font-size: 20px;
  color: var(--primary);
}

.content-6 .y-item a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

/*
 * content-7
 */
.content-7 .video {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(25, 49, 19, 0.41);
  -moz-box-shadow: 3px 3px 15px 0px rgba(25, 49, 19, 0.41);
  box-shadow: 3px 3px 15px 0px rgba(25, 49, 19, 0.41);
  border-radius: 10px;
  transition: 0.5s;
}

.content-7 .video:hover {
  -webkit-box-shadow: 3px 3px 22px 0px rgba(25, 49, 19, 0.61);
  -moz-box-shadow: 3px 3px 22px 0px rgba(25, 49, 19, 0.61);
  box-shadow: 3px 3px 22px 0px rgba(25, 49, 19, 0.61);
  border-radius: 10px;
}

.content-7 .logo-central {
  margin-top: -130px;
  position: relative;
  margin-bottom: 30px;
}



/*
 * content-8
 */
.content-8 .row {
  position: relative;
  align-items: center;
}

.content-8 .row .col-12:last-of-type {
  position: absolute;
}

.content-8 .row .card {
  padding: 50px 45px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
}

.content-8 .row .card .y-header {
  margin: 0px;
}



/*
 * content-9
 */
.content-9 {
  overflow: hidden;
  position: relative;
}

.content-9 .y-header-title,
.content-9 .y-header-text {
  text-align: inherit;
}


/*
 * content-10
 */
.content-10 {
  background-image: url(../img/slide2.webp);
  color: var(--white);
  position: relative;
}



/*
 * content-13
 */
.content-13 .nav.sticky-top {
  top: 90px;
}

/*
 * content-13.dark
 */
.content-13.dark .col-lg-9 {
  background-color: var(--light);
  padding: 50px 50px !important;
}

.content-13.dark .nav-pills .nav-link {
  background-color: var(--gray-light);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0px 0px 1px 10px;
  color: var(--gray-dark);
  -webkit-box-shadow: inset -7px 0px 10px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -7px 0px 10px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset -7px 0px 10px -8px rgba(0, 0, 0, 0.75);
  line-height: 18px;
  font-size: 14px;
}

.content-13.dark .nav-pills .nav-link.active {
  margin-left: 0px;
  background-color: var(--light);
  color: var(--dark);
  color: var(--gray-dark);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/*
 * content-14
 */
.content-14 {
  position: relative;
  padding: 160px 0px 0px 0px;
  overflow: hidden;
}

.content-14 .fa-ul {
  margin-left: 0px;
}

.content-14 .fa-ul li {
  padding: 15px 5px;
}

.content-14 .justify-content-lg-end .fa-ul li span {
  left: auto;
  right: -2em;
}


/*
 * content-15
 */
.content-15 {
  background-color: var(--light);
  padding: 40px 0px;
}

.content-15 .y-header-title {
  margin: 0px;
}

/*
 * content-16
 */
.content-16 {
  position: relative;
}

.content-16 .y-header-title,
.content-16 .y-header-text {
  text-align: inherit;
}

.content-16 .card .card-img {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0px 0px;
}

.content-16 .card .card-body,
.content-16 .card .list-group,
.content-16 .card .list-group-item {
  background-color: var(--light);
}

.content-16 .card .list-group-item {
  border: none;
}

/*
 * content-17
 */
.content-17 {
  padding: 160px 0px 0px 0px;
  overflow: hidden;
}


/*
 * content-18
 */
.content-18 {
  position: relative;
}

.content-18 .container-fluid {
  z-index: 99;
  height: 100%;
}

.content-18-content {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 370px;
  margin: 30px 0px;
  background-color: var(--light);
}

.content-18-content:hover~.content-18-img {
  transform: scale(1.3);
}

.content-18-img {
  background-image: url(../img/img.svg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all ease-in-out .5s;
  background-position: center;
  background-size: auto;
}

.content-18-wrapper {
  overflow: hidden;
  position: relative;
}

/*
 * content-19
 */
.content-19 .browser-img {
  overflow: hidden;
  height: 494px;
}

.content-19 .browser-nav {
  position: relative;
  height: 24px;
  background-color: var(--gray-light);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  padding-left: 10px;
}

.content-19 .browser-nav span {
  position: relative;
  height: 8px;
  width: 8px;
  margin: 0px 2px;
  background-color: var(--gray);
  border-radius: 40px;
}

.content-19 .browser-wraper {
  position: relative;
  border: 1px solid var(--gray) !important;
}

.content-19 .browser-img img {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: scrollCoverBrowser;
  animation-name: scrollCoverBrowser;
  -webkit-animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
  animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}


/*
 * content-20
 */

@keyframes scrollCoverBrowser {

  10% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(calc(-50% + 285px));
    -ms-transform: translateY(calc(-50% + 285px));
    transform: translateY(calc(-50% + 285px));
  }

  100% {
    -webkit-transform: translateY(calc(-100% + 570px));
    -ms-transform: translateY(calc(-100% + 570px));
    transform: translateY(calc(-100% + 570px));
  }

}

@-webkit-keyframes scrollCoverBrowser {
  10% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(calc(-50% + 285px));
    -ms-transform: translateY(calc(-50% + 285px));
    transform: translateY(calc(-50% + 285px));
  }

  100% {
    -webkit-transform: translateY(calc(-100% + 570px));
    -ms-transform: translateY(calc(-100% + 570px));
    transform: translateY(calc(-100% + 570px));
  }

}


/*
 * content-23
 */
.content-23 .row .rounded-end {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.content-23 .row .rounded-start {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.content-23 .row .col-12 i {
  position: absolute;
  top: 5px;
  left: 10px;
}



/*
 * content-24
 */
.content-24 .y-shape-1 {
  z-index: 100;
  position: relative;
  transform: scale(2);
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.content-24 .bg-image {
  background-image: url(/wp-content/uploads/2019/01/rawpixel-674079-unsplash-540x300.jpg) !important;
  background: no-repeat top/cover;
}


/*
 * content-28
 */
.content-28 .content-28-img {
  margin-top: -35%;
  margin-bottom: -3rem;
}


/*
 * content-29
 */
.content-29 .content-29-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*
 * content-32
 */
.content-32 .nav-link {
  text-align: left;
  color: var(--primary);
}

.content-32 .nav-link.active {
  background-color: transparent;
  color: var(--secondary);
}



/* =============================
 * HERO
 * ============================= */
/*
 * hero-1
 */
.hero-1,
.hero-1 h1,
.hero-1 h2,
.hero-1 h3,
.hero-1 h4 {
  color: var(--white);
}

.hero-1 .sticky-hero__content {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero-1 .sticky-hero__media {
  position: relative;
  /* fallback */
  position: sticky;
  top: 66px;
  /* Altura do menu */
  height: calc(100vh - 66px);
  background: url(../img/slide2.webp) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: translateZ(0);
  /* fix issue on iOS - content not visible on sticky element */
}

/* Scale */
.hero-1.sticky-hero--media-is-fixed .sticky-hero--scale.sticky-hero__media {
  transform: scale(0.9);
}

/* Overlay */
.hero-1 .sticky-hero--overlay.sticky-hero__media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #000000;
  transition: opacity 1s;
}

.hero-1.sticky-hero--media-is-fixed .sticky-hero--overlay.sticky-hero__media::after {
  opacity: 0.5;
}





/* =============================
 * CURSOS
 * ============================= */
.curso-participante {
  border-top: solid 1px var(--gray-light);
  padding: 20px 0px;
  margin: 20px 0px 0px 0px;
  font-style: italic;
}

.curso-participante p {
  margin: 0px;
}

.curso-participante-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 150px;
  border: 5px solid var(--gray);
}


/* =============================
 * FAQ
 * ============================= */
/*
 * faq-1
 */
.faq-1 button {
  outline: none;
  font-size: 20px;
  color: var(--primary);
}

.faq-1 button:active,
.faq-1 button:hover,
.faq-1 button:focus {
  color: var(--primary-dark);
  text-decoration: none;
  box-shadow: none;
}


/* =============================
 * GALERIES
 * ============================= */

.gallery .gallery-item {
  overflow: hidden;
  margin: 0px !important;
}

.gallery .gallery-item .gallery-icon {
  margin: 2px;
}

.gallery .gallery-item img {
  width: 100%;
  height: auto;
  border: none !important;
}

.sl-overlay {
  z-index: 1030;
  opacity: 0.95;
}

.y-lightbox .sl-counter,
.y-lightbox .sl-close {
  z-index: 1035;
}

.y-lightbox .sl-navigation button {
  z-index: 1035;
}

.y-lightbox .sl-counter {
  font-size: 2rem;
  top: 20px;
}

/* =============================
 * HEADERS
 * ============================= */
/*
 * header-1
 */
.header-1 {
  background-image: url(../img/slide2.webp);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: var(--primary);
  padding: 0px;
}

.header-1 .container-fluid {
  padding: 80px 40px;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-1 .y-header-title,
.header-1 .y-header-subtitle {
  color: var(--white);
}

.header-1 .y-header-title:only-child {
  margin-bottom: 0px;
}

.header-1 .y-header-subtitle:last-of-type {
  margin-bottom: 0px;
}

/*
 * header-2
 */
.header-2 {
  background-color: var(--gray);
}

.header-2 .form {
  background-color: var(--light);
  padding: 25px;
  margin-top: -80px;
}

.header-2 .form .wpcf7-submit {
  background-color: var(--teal);
  color: var(--white);
  border: none;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.header-2 .form .wpcf7-form-control-wrap {
  margin-bottom: 1px;
}

.header-2 .form .form-group.your-message {
  margin-bottom: 10px;
}

/*
 * header-3
 */
.header-3 {
  background-image: url(../img/slide1.webp);
  padding: 180px 0px;
}

.header-3 * {
  color: var(--white);
}



/*
 * header-4
 */
.header-4 {
  padding: 160px 0px 0px 0px;
  overflow: hidden;
}

.header-4 .y-header-title {
  font-size: 44px;
}


/*
 * header-5
 */
.header-5 {
  background-image: url(../img/photo-01.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 650px;
}

/*
 * header-8
 */
.header-8 {
  background-image: url(../img/photo-01.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 650px;
  z-index: 100;
}

.header-8:before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0px;
  position: absolute;
}

.header-8 .container {
  position: relative;
}

.header-8 .container .card {
  position: absolute;
  width: 100%;
  bottom: -250px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.header-8 .container .card .card-body {
  margin: 0px;
  padding: 15px 20px;
}

.header-8 .container .card p {
  font-weight: normal;
  margin: 0px;
}

.header-8 .form {
  width: 100%;
}

.header-8 .form .ajax-loader {
  position: absolute;
  margin-top: 10px;
}

.header-8 .form .help-block,
.header-8 .form .wpcf7-not-valid-tip {
  color: #dc3545 !important;
  font-style: italic;
  font-size: 80%;
}

.header-8 .form .alert {
  display: none !important;
}

.header-8 .form form>p {
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

.header-8 .form form br {
  display: none;
}

.header-8 .form form .wpcf7-form-control-wrap {
  margin: 0px;
}

.header-8 .form form .wpcf7-form-control-wrap.your-email {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  width: 65%;
}

.header-8 .form form input[type="submit"] {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 14px;
  background-color: #0f96d2;
  border-color: #0f96d2;
  color: var(--white);
  width: 35%;
}

.header-8 .form form .wpcf7-form-control {
  background-color: var(--light);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
  border-radius: .25rem;
}

.header-8 .form form .wpcf7-form-control.wpcf7-text {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header-8 .y-block * {
  color: var(--white);
}

/*
 * header-9
 */
.header-9 {
  padding: 0px !important;
  background-image: none;
  background-color: var(--light);
}

.header-9 .blog-header-img {
  max-height: 300px;
  margin-top: -30px;
}

.header-9 #blog-search {
  background-color: var(--white);
}

.header-9 .container {
  padding-bottom: 40px;
  padding-top: 40px;
}

.header-9 .form-inline .input-group {
  width: 100%;
}

.header-9 h2 {
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.65rem;
  margin-bottom: 15px;
}

.header-9 .search-form .btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}


/*
 * header-10
 */
.header-10 {
  background-color: var(--light);
  margin: 20px;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
}

.header-10 .header-10-img {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/slide2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  background-position: center;
  min-height: 50vh;
}

.header-10 img.img-fluid {
  border-radius: 12px;
}

.header-10 .y-buttons .y-buttons-btn {
  width: 100%;
  margin: 0px;
}

/* =============================
 * FOOTER
 * ============================= */

/*
 * Assinatura yeti lab
 */
/* #yeti,#yeti a{display:block;position:relative;clear:both;line-height:10px;width:22px;height:22px;border:0;outline:0;float:right;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#yeti{width:26px;height:26px;margin:0 10px 20px 0;overflow:hidden;-moz-transition-property:width;-webkit-transition-property:width;-o-transition-property:width;transition-property:width}#yeti:hover{width:160px}#yeti:hover a{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}#yeti .texto{color:#999;width:130px;font-size:9px;font-family:Verdana,Geneva,sans-serif;position:absolute;right:25px;top:5px}#yeti .blue{color:var(--primary)}#yeti .black{color:#000} */
#yeti,
#yeti a {
  display: block;
  position: relative;
  clear: both;
  line-height: 10px;
  width: auto;
  height: 22px;
  border: 0;
  outline: 0;
  float: right;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

#yeti a img {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

#yeti {
  width: 200px;
  margin: 0px;
  overflow: visible;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width
}

#yeti:hover {
  width: 200px
}

#yeti a:hover img {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

#yeti .texto {
  color: var(--dark);
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  right: 25px;
  top: 5px;
  width: 140px;
}

#yeti .blue {
  color: var(--primary)
}

#yeti .black {
  color: #000
}

/*
 * #footer-1
 */
#footer-1 .footer-content {
  background: var(--dark);
  color: var(--white);
  padding: 50px 0px;
  font-size: 16px;
}

#footer-1 .footer-content p {
  margin-bottom: 20px;
}

#footer-1 .footer-copyright {
  padding: 20px 0px;
  font-size: 14px;
}

#footer-1 .y-social a {
  color: var(--gray-light);
}

#footer-1 .y-social a:hover {
  color: var(--gray-light);
}

/*
 * #footer-2
 */
#footer-2 .footer-content {
  padding: 30px 0px;
  font-size: 14px;
}

#footer-2 .shortcuts a {
  display: block;
  line-height: 19px;
  margin-bottom: 5px;
}

#footer-2 strong {
  font-weight: 700;
}

#footer-2 .footer-copyright {
  padding: 15px 0px;
  font-size: 14px;
  background-color: var(--light);
}

#footer-2 #yeti {
  width: 170px;
  height: 26px;
  overflow: visible;
  -moz-transition-property: width;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  float: none;
  margin: 0px auto 0px auto;
}


/*
 * #footer-3
 */
#footer-3 #yb-navbar-footer .menu-item a {
  padding: 7px 20px;
  color: var(--primary);
  font-size: .875rem;
  font-weight: 500;
}

/* =============================
 * MAPS
 * ============================= */
/*
 * #map-1
 */
.map-1 {
  padding: 80px 0px 0px 0px;
}

.map-1 iframe {
  float: left;
}


/* =============================
 * MENU
 * ============================= */
.navbar-nav>li>.dropdown-menu {
  padding: 6px 0px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.05);
  margin: 10px 0px 0px 15px;
  border-radius: 4px;
  border: solid 1px var(--gray-light);
}

/*
 * #menu-1
 */
#menu-1 {
  background-color: var(--white);
  border-color: transparent;
}

#menu-1 .navbar-brand {
  height: auto;
  padding: 0px;
  display: inline-flex;
}

#menu-1 .navbar-brand img {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  height: 30px;
  width: auto;
  margin: 10px 0px;
}

#menu-1 .navbar-nav {
  align-items: center;
}

#menu-1 .navbar-nav>li {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out
}

#menu-1 .navbar-nav>li.btn {
  padding: 0px;
}

#menu-1.resize .navbar-nav>li {
  padding: 0px 0px 0px 0px;
}

#menu-1 .navbar-nav>li>a:focus,
#menu-1 .navbar-nav>li>a:hover {
  background-color: transparent;
}

#menu-1 .navbar-nav>li>a {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  text-transform: uppercase;
  padding: 0px 15px;
  margin: 0px 0px;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  color: var(--gray-dark);
}

#menu-1 .navbar-nav>li>a:hover {
  background-color: transparent;
  text-decoration: none;

}

#menu-1 .navbar-nav>li.btn>a {
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 20px;
  line-height: 20px;
  border-radius: 4px;
}

#menu-1 .navbar-nav>li.btn>a:hover {
  background-color: var(--red);
}

#menu-1.resize .navbar-nav>li>a {
  text-transform: uppercase;
}

#menu-1 .navbar-nav>.open>a,
#menu-1 .navbar-nav>.open>a:focus,
#menu-1 .navbar-nav>.open>a:hover {
  background-color: var(--white);
  color: var(--primary);
}

#menu-1 .dropdown-menu>li>a:focus,
#menu-1 .dropdown-menu>li>a:hover {
  background-color: var(--light);
}

#menu-1 .dropdown-menu>li.active>a:focus,
#menu-1 .dropdown-menu>li.active>a:hover {
  background-color: var(--gray-light);
}

#menu-1 .dropdown-menu {
  box-shadow: none;
}

#menu-1 .navbar-nav>li>.dropdown-menu {
  padding: 6px 0px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.05);
  margin: 10px 0px 0px 15px;
  border-radius: 4px;
  border: solid 1px var(--gray-light);
}

#menu-1 .navbar-nav>li>.dropdown-menu li a {
  padding: .25rem 1.2rem;
  display: block;
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: normal;
}

#menu-1 .navbar-nav>li>.dropdown-menu li.active a {
  background-color: var(--light);
}

#menu-1 .navbar-nav>li>.dropdown-menu li.active a:focus,
#menu-1 .navbar-nav>li>.dropdown-menu li.active a:hover {
  color: var(--dark)
}

#menu-1 .navbar-nav>.active>a {
  background-color: transparent;
  color: var(--primary);
  font-weight: bold;
}

#menu-1.resize .navbar-brand img {
  height: 15px;
  width: auto;
  margin: 10px 0px;
}

/*
 * #menu-2
 */
#menu-2 {
  padding-top: 20px;
}

#menu-2 .container,
#menu-2 .container-fluid {
  position: relative;
}

#menu-2 .bar-top {
  border-bottom: solid 1px var(--light);
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

#menu-2 .bar-top .item {
  border-left: solid 1px var(--light);
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

#menu-2 .bar-top .item:first-of-type {
  border-left: none;
  padding-left: 15px;
}

#menu-2 .bar-top .item:last-of-type {
  padding-right: 0px;
}

#menu-2 .bar-top .item span {
  margin-right: 15px;
}

#menu-2 .bar-top .item span:last-of-type {
  margin-right: 0px;
}

#menu-2 .bar-top .item span i {
  color: var(--gray);
  margin-right: 5px;
}

#menu-2 .bar-top .item .fab {
  font-size: 1.5em;
  margin: 0px 3px
}

#menu-2 .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

#menu-2 .navbar-brand img {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  height: 30px;
  width: auto;
  margin: -5px 0px 10px 0px;
}


/*
 * #menu-3
 */
#menu-3 .bar-right {
  font-size: 16px;
  color: rgba(0, 0, 0, .5);
}

#menu-3 .bar-right .item:first-of-type {
  border-bottom: solid 1px var(--gray-light);
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

#menu-3 .bar-right .social {
  font-size: 25px;
}

/* =============================
 * NEWS AND BLOG
 * ============================= */

/*
 * news & blog
 */
/* Estilo Mansonry */
.news .card-columns .card,
.blog .card-columns .card {
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: var(--light) !important;
}

.news .card-columns .card:hover {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -o-filter: brightness(90%);
  -ms-filter: brightness(90%);
}

.news .card-columns .card .card-body,
.blog .card-columns .card .card-body {
  padding: 1.25rem;
}

.news .card-columns .card .list-group .list-group-item,
.blog .card-columns .card .list-group .list-group-item {
  padding: 0rem 1.25rem .35rem 1.25rem;
}

.news .card-columns .card a .card-img,
.blog .card-columns .card a .card-img {
  border-radius: 0px;
}

.news .card-columns .card a .card-img img,
.news .card-columns .card a:hover .card-img img,
.blog .card-columns .card a .card-img img,
.blog .card-columns .card a:hover .card-img img {
  transform: none;
}

/* ./Estilo Mansonry */

.news .card .card-category,
.blog .card .card-category {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 999;
  left: 0;
  top: 0;
  width: auto;
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  font-size: 80%;
}

.news .card .card-category:hover,
.blog .card .card-category:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.news .card .card-category i,
.blog .card .card-category i {
  font-size: 80%;
}

.news .card .card-category a,
.blog .card .card-category a {
  color: var(--white);
  margin-left: 5px;
}

.news .card .list-group,
.blog .card .list-group {
  flex-direction: row;
  align-items: center;
  border-top: solid 1px var(--gray-light);
  margin-top: 10px;
  padding-top: 5px;
  color: var(--dark);
}

.news .card .list-group .list-group-item,
.blog .card .list-group .list-group-item {
  padding: 0px;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
}

.news .card .list-group .list-group-item .card-date,
.blog .card .list-group .list-group-item .card-date {
  border: none;
}

.news #respond label {
  display: block;
}

.news #respond textarea {
  width: 100%;
}

.news #respond .submit {
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
}

.news #respond .submit:hover {
  background-color: var(--red);
}

/*
 * news
 */
.search-form h3 {
  display: none;
}

.search-form .form-group {
  margin-right: -4px;
}

.search-form .form-inline .input-group {
  width: 100%;
}

#blog-search {
  padding: 15px;
  border: none;
  height: auto;
  background-color: var(--light);
  border-top-left-radius: 7px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0px;
}

.search-form button {
  padding: 14px 15px;
}


/*
 * news-3
 */
.news-3 .row {
  display: block;
  min-height: 300px;
}

.news-3 .row>.post {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  /*  height: 145px;*/
  float: right;
  margin-bottom: 10px;
}

.news-3 .row>.post .card a .card-img {
  width: 48%;
  height: 144px;
  min-width: 48%;
}

.news-3 .row>.post:nth-child(3n+1) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  float: left;
}

.news-3 .row>.post .card a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.news-3 .row>.post:nth-child(3n+1) .card a {
  display: flex;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.news-3 .row>.post .card a .card-body {
  padding: 0px 1.25rem
}

.news-3 .row>.post:nth-child(3n+1) .card a .card-body {
  position: absolute;
  z-index: 100;
  padding: 1.25rem
}

.news-3 .row>.post .card a .card-body h3 {
  margin-bottom: 0px;
}

.news-3 .row>.post .card {
  margin-bottom: 0px !important;
  border: none;
  background-color: transparent !important;
  box-shadow: none !important;
}

.news-3 .row>.post:nth-child(3n+1) .card a .card-body h3 {
  color: var(--white);
  font-size: 1.75rem;
}

.news-3 .row>.post .card a .card-body .card-text {
  display: none;
}

.news-3 .row>.post .card a .card-body .card-date {
  border: none;
  margin-top: 0px;
  display: inline-block;
}

.news-3 .row>.post:nth-child(3n+1) .card a .card-body .card-date {
  border: none;
  margin-top: 0px;
  color: var(--white);
}

.news-3 .row>.post .card a .card-body .card-date i {
  margin-right: 5px;
}

.news-3 .row>.post:nth-child(3n+1) .card a .card-img {
  width: 100%;
  height: 300px;
}

.news-3 .row>.post:nth-child(3n+1) .card a .card-img:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
}

.news-3 .row>.post .card a .card-read-time {
  color: var(--gray);
}

.news-3 .row>.post:nth-child(3n+1) .card a .card-read-time {
  color: var(--white);
}


/*
 * blog
 */
.posts-recentes {
  display: block;
  min-height: 300px;
}

.posts-recentes>.post {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  /*  height: 145px;*/
  float: right;
  margin-bottom: 10px;
}

.posts-recentes>.post .card a .card-img {
  width: 48%;
  height: 144px;
  min-width: 48%;
}

.posts-recentes>.post:nth-child(3n+1) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  float: left;
}

.posts-recentes>.post .card a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.posts-recentes>.post:nth-child(3n+1) .card a {
  display: flex;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.posts-recentes>.post .card a .card-body {
  padding: 0px 1.25rem
}

.posts-recentes>.post:nth-child(3n+1) .card a .card-body {
  position: absolute;
  z-index: 100;
  padding: 1.25rem
}

.posts-recentes>.post .card a .card-body h3 {
  margin-bottom: 0px;
  font-size: 1.25rem;
}

.posts-recentes>.post .card {
  margin-bottom: 0px !important;
  border: none;
  background-color: transparent !important;
  box-shadow: none !important;
}

.posts-recentes>.post .card a {
  text-decoration: none;
}

.posts-recentes>.post:nth-child(3n+1) .card a .card-body h3 {
  color: var(--white);
  font-size: 1.75rem;
}

.posts-recentes>.post .card a .card-body .card-text {
  display: none;
}

.posts-recentes>.post .card a .card-body .card-date {
  border: none;
  margin-top: 0px;
  display: inline-block;
}

.posts-recentes>.post:nth-child(3n+1) .card a .card-body .card-date {
  border: none;
  margin-top: 0px;
  color: var(--white);
}

.posts-recentes>.post .card a .card-body .card-date i {
  margin-right: 5px;
}

.posts-recentes>.post:nth-child(3n+1) .card a .card-img {
  width: 100%;
  height: 300px;
}

.posts-recentes>.post:nth-child(3n+1) .card a .card-img:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
}

.posts-recentes>.post .card a .card-read-time {
  color: var(--gray);
}

.posts-recentes>.post:nth-child(3n+1) .card a .card-read-time {
  color: var(--white);
}

.blog section {
  padding: 80px 0px;
}

.searchbox-position input {
  width: 0px;
  -webkit-transition: width .35s;
  transition: width .35s;
  background: url(../img/icon-search.svg) center no-repeat var(--white);
  border: none;
  outline: none;
  height: 30px;
  padding: 1px 10px 1px 30px;
  border-radius: 4px;
}

.searchbox-position input:focus {
  width: 180px;
  cursor: auto;
  background-position: 6px;
  border: 1px solid var(--info);
}

.searchbox-position span {
  top: 0px;
  position: relative;
  margin-top: -17px;
  display: none;
  left: 0px;
}



/* =============================
 * PLANS
 * ============================= */
.plans-table {
  margin-bottom: 20px;
}

.plans-table .card .card-body .plan-price .amount {
  font-size: 25px;
  font-weight: bold;
}

.plans-table .card .card-title {
  color: var(--primary);
}

.plans-table .card p:last-child {
  margin-bottom: 1.25rem;
}

.plans-table .card .list-group-flush .list-group-item {
  text-align: center;
  border-bottom: solid 1px var(--light);
}


.plans-table .card .card-link.action {
  background: linear-gradient(var(--primary), var(--primary));
  display: block;
  margin: -21px;
  padding: 10px;
  color: var(--white);
  font-size: 22px;
  font-weight: normal;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.plans-table .card .card-link.action:hover {
  background: linear-gradient(var(--primary-dark), var(--primary-dark));
}

.plans-table .card .card-link+.card-link {
  margin-left: 1.25rem;
}

/*
 * .plan-2
 */
.plan-2 .plans-table .card .card-body {
  padding: 40px !important;
}

.plan-2 .plans-table .card ul li {
  padding: 7px 10px;
  line-height: 20px;
}

.plan-2 .plans-table .card ul {
  padding-left: 1rem;
}

.plan-2 .plans-table .card ul li::marker {
  content: "\f058" !important;
  color: var(--success);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}




/* =============================
 * SLIDER
 * ============================= */

/*
 * .slider-1
 */
.slider-1 {
  padding: 0px;
  height: calc(100vh - 65px);
  /* Menos a altura do menu */
}

.slider-1 .slider {
  border: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  display: none;
  /* Exibido apenas quando a página é completamente carregada */
}

.slider-1 .owl-carousel .owl-item li {
  height: calc(100vh - 65px);
  /* Menos a altura do menu */
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Listras diagonais */
  /* background-image: linear-gradient(135deg, #c7dfff 4.55%, #eef6ff 4.55%, #eef6ff 50%, #c7dfff 50%, #c7dfff 54.55%, #eef6ff 54.55%, #eef6ff 100%);
  background-size: 15.56px 15.56px; */
}


.slider-1 .owl-controls {
  margin: 0px;
}

.slider-1 .owl-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.slider-1 .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -khtms-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
}

.slider-1 .owl-dots .owl-dot span {
  width: 23px;
  height: 23px;
  background: var(--white);
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.slider-1 .owl-dots .owl-dot.active span,
.slider-1 .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

.slider-1 .owl-nav [class*="owl-"] {
  font-size: 60px !important;
  color: rgb(255, 255, 255) !important;
  height: 65px;
  margin-top: 20px;
  outline: medium none;
  text-indent: 0px;
  width: auto;
  z-index: 1000;
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
}

.slider-1 .owl-nav [class*="owl-"]:hover {
  color: var(--red) !important;
}

.slider-1 .owl-nav .owl-prev {
  left: 5px;
}

.slider-1 .owl-nav .owl-next {
  right: 5px;
}

.slider-1 .slider .slider-content {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
}


/*
 * .slider-1 v2
 */
.slider-1.v2,
.slider-1.v2 .owl-carousel .owl-item li {
  height: 560px;
}

.slider-1.v2 .owl-carousel .owl-stage-outer {
  overflow: hidden;
  border-radius: 10px;
}

.slider-1.v2 .owl-carousel .owl-item li .slider-bg {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-1 .owl-dots .owl-dot.active span,
.slider-1 .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

.slider-1.v2 .owl-dots {
  background-color: var(--white);
  width: auto;
  border-radius: 40px;
  padding: 0px 5px;
  line-height: 11px;
  right: 10px;
  bottom: -12px;
}

.slider-1.v2 .owl-nav {
  background-color: var(--white);
  width: auto;
  border-radius: 40px;
  padding: 0px 5px;
  line-height: 11px;
  left: 10px;
  bottom: -15px;
  position: absolute;
}

.slider-1.v2 .owl-nav [class*="owl-"] {
  font-size: 16px !important;
  color: var(--primary) !important;
  height: 25px;
  margin: 3px 6px;
  position: relative;
}

.slider-1 .owl-nav [class*="owl-"]:hover {
  color: var(--warning) !important;
}

.slider-1.v2 .owl-nav .owl-prev,
.slider-1.v2 .owl-nav .owl-next {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.slider-1.v2 .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 7px 5px;
  background: var(--light);
}

.slider-1.v2 .owl-dots .owl-dot.active span {
  background: var(--primary);
}



/*
 * .slider-1.v3
 */
.slider-1.v3,
.slider-1.v3 .owl-carousel .owl-item li {
  height: 530px;
}

.slider-1.v3 .owl-nav [class*="owl-"] {
  top: auto;
  bottom: 20px;
  height: 65px !important;
}


/*
 * .slider-news
 */
.slider-news {
  padding: 0px;
  height: calc(100vh - 65px);
  /* Menos a altura do menu */
}

.slider-news a:hover {
  text-decoration: none;
}

.slider-news .slider {
  border: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  display: none;
  /* Exibido apenas quando a página é completamente carregada */
}

.slider-news .owl-carousel .owl-item li {
  height: calc(100vh - 65px);
  /* Menos a altura do menu */
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Listras diagonais */
  /* background-image: linear-gradient(135deg, #c7dfff 4.55%, #eef6ff 4.55%, #eef6ff 50%, #c7dfff 50%, #c7dfff 54.55%, #eef6ff 54.55%, #eef6ff 100%);
  background-size: 15.56px 15.56px; */
}


.slider-news .owl-controls {
  margin: 0px;
}

.slider-news .owl-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.slider-news .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -khtms-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
}

.slider-news .owl-dots .owl-dot span {
  width: 23px;
  height: 23px;
  background: var(--white);
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.slider-news .owl-dots .owl-dot.active span,
.slider-news .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

.slider-news .owl-nav [class*="owl-"] {
  font-size: 60px !important;
  color: rgb(255, 255, 255) !important;
  height: 65px;
  margin-top: 20px;
  outline: medium none;
  text-indent: 0px;
  width: auto;
  z-index: 1000;
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
}

.slider-news .owl-nav [class*="owl-"]:hover {
  color: var(--red) !important;
}

.slider-news .owl-nav .owl-prev {
  left: 5px;
}

.slider-news .owl-nav .owl-next {
  right: 5px;
}

.slider-news .slider .slider-content {
  margin-bottom: 140px;
  margin-top: 0px;
  text-align: center;
}

.slider-news .slider-nav {
  margin-top: -115px;
  z-index: 10;
  position: relative;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider-news .slider-nav .noticia {
  border-right: solid 1px #eeeeee;
  width: 25%;
}

.slider-news .slider-nav .noticia:last-of-type {
  border-right: none;
}

.slider-news .slider-nav .noticia a {
  color: #042A2B;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 25px 20px 25px;
  text-decoration: none;
  border-top: solid 0px var(--dark);
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  height: 115px;
  width: 100%;
}

.slider-news .slider-nav .noticia a:hover,
.slider-news .slider-nav .noticia a.ativo {
  background-color: var(--primary);
  color: #FFFFFF;
  border-top: solid 14px var(--dark);
  margin-top: -14px;
  height: 129px;
}



/* =============================
 * TABLES
 * ============================= */
.table-sortable th {
  position: relative;
  font-weight: 400;
  color: var(--secondary);
}

.table-sortable .sort.asc:before,
.table-sortable .sort.desc:before {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  bottom: 0px;
  position: absolute;
  margin-left: -8px;
}

.table-sortable th i {
  font-size: 16px;
}

.table-sortable .sort.asc::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  color: #a5a5a5;
  position: absolute;
  margin-left: 5px;
}

.table-sortable .sort.desc::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f063";
  color: #a5a5a5;
  position: absolute;
  margin-left: 5px;
}

.table-sortable i {
  font-size: 25px;
  color: #a5a5a5;
}

.table-sortable .check {
  color: #39c438;
}

.table-sortable .tooltip-inner {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  /* background-color: red !important; */
}


/* =============================
 * TEAMS
 * ============================= */
.team-1 .card {
  border-color: var(--light);
}

.team-1 .card .alert {
  background-color: var(--light);
  margin: 0px;
  font-size: 16px;
}

.team-1 .card .card-img-top {
  margin: 20px auto 0px auto;
  width: 50%;
}

.team-1 .card .card-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.team-1 .card .list-group .list-group-item {
  padding: 5px 0px;
  border-color: var(--light);
  border-top: solid 1px var(--light);
  border-bottom: 0px;
  font-size: 14px;
}

.team-1 .card .list-group .list-group-item:nth-child(2) {
  border-top: none;
}

.team-1 .card .list-group {
  font-size: 16px;
  margin: 0px 10px;
}

.team-1 .card .list-group .active {
  background-color: transparent;
  font-weight: 700;
  border: none;
  color: var(--dark);
}


/* =============================
 * TIMELINES
 * ============================= */
/*
 * timeline-1
 */
.timeline-1 {
  text-align: center;
}

.timeline-1 timeline:after {
  clear: both;
}

.timeline-1 ul {
  padding-left: 0;
}

.timeline-1 ul li:first-child {
  padding-top: 60px;
}

.timeline-1 ul .timeline-normal {
  text-align: right;
  width: 100%;
}

.timeline-1 ul li {
  float: right;
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.timeline-1 .date {
  position: relative;
}

.timeline-1 .date-normal {
  display: inline-block;
  float: right;
  margin-left: 10.4%;
  color: var(--white);
  width: 44%;
  text-align: left;
}

.timeline-1 p.lead {
  font-style: italic;
}

.timeline-1 .date-normal p {
  padding: 35px 30px 20px 0px;
  font-size: 20px;
  display: inline-block;
}

.timeline-1 p {
  font-size: 15px;
  padding-bottom: 30px;
}

.timeline-1 p {
  margin-bottom: 0;
}

.timeline-1 .timeline-normal .first_span {
  top: 80px;
}

.timeline-1 .iconBackground {
  position: absolute;
  left: 50%;
  width: 66px;
  height: 66px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: var(--light);
  top: 50px;
  margin-left: -31px;
}

.timeline-1 .icon {
  line-height: 66px;
}

.timeline-1 .fa,
.timeline-1 .fas,
.timeline-1 .far,
.timeline-1 .fab,
.timeline-1 .fal {
  color: var(--gray-dark);
}

.timeline-1 .icon span {
  line-height: 66px;
  color: var(--white);
}

.timeline-1 ul li .timeline-panel {
  width: 44%;
  padding: 0px 30px 0px;
  margin-bottom: 30px;
  background-color: rgba(199, 199, 199, 0.17);
  position: relative;
  float: left;
}

.timeline-1 .timeline-normal .timeline-panel:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 15px solid rgba(199, 199, 199, 0.17);
  border-bottom: 20px solid transparent;
}

.timeline-1 .timeline-panel h4 {
  padding-top: 20px;
}

.timeline-1 .text-right {
  text-align: right;
}

.timeline-1 h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25.65px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  padding-left: 0;
  padding-bottom: 5px;
}

.timeline-1 .separline:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: var(--light);
  left: 50%;
  height: 100%;
}

.timeline-1 ul .timeline-inverted {
  text-align: left;
  width: 100%;
}

.timeline-1 .separline::before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: var(--light);
  left: 50%;
  height: 100%;
}

.timeline-1 .date-inverted {
  width: 44%;
  text-align: right;
  display: inline-block;
  float: left;
  margin-right: 10.6%;
  border-left-width: 20px;
  padding-left: 20px;
  color: var(--white);
}

.timeline-1 .date-inverted p {
  padding: 35px 0px 20px 30px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 50px;
}

.timeline-1 .timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline-1 .timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline-1 .timeline-inverted .timeline-panel:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 15px solid rgba(199, 199, 199, 0.17);
  border-bottom: 20px solid transparent;
  top: 30px;
  left: 0;
}

.timeline-1 .iconBackgroundInverse {
  position: absolute;
  right: 50%;
  width: 66px;
  height: 66px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: var(--light);
  top: 50px;
  margin-right: -31px;
}

.timeline-1 .title_wrapper {
  display: inline-block;
  margin: auto;
  border: 2px solid var(--light);
  padding: 15px;
}

.timeline-1 .title_wrapper h3 {
  margin: 0px;
}

.timeline-1 .bottom_title_wrapper h3 {
  margin: 0;
}

.timeline-1 .display-2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}



/* ============================
 * USERS
 * ============================= */
#user-form label {
  font-size: 12px;
  line-height: 12px;
}

#user-form input[type="password"],
#user-form input[type="text"],
#user-form input[type="email"] {
  width: 100% !important;
  padding: 10px;
  border-radius: 6px;
  border-color: #e5e5e5;
}

#user-form input[type="submit"] {
  width: 100%;
  margin-left: 0px;
  background-color: var(--primary);
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

#user-form input[type="submit"]:hover {
  background-color: var(--primary-dark);
}

#user-form .wppb-form-field.wppb-default-password button.wppb-toggle-pw,
#user-form .wppb-form-field.wppb-default-repeat-password button.wppb-toggle-pw,
#user-form #wppb-login-wrap .login-password button.wppb-toggle-pw {
  right: 10px;
}

#user-form #wppb-login-wrap .login-remember label {
  width: 100%;
}

#user-form ul {
  margin-bottom: 0px;
}

#user-form .wppb-register-user .wppb-field-error,
#user-form.wppb-edit-user .wppb-field-error,
#user-form #wppb-recover-password .wppb-field-error {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  padding: 6px 0px !important;
  color: red;
}

#user-form .wppb-form-field>span.wppb-form-error {
  margin-top: 0px;
  padding-top: 5px;
  border-top: none;
  font-size: 12px;
}

#user-form .wppb-error,
#user-form .wppb-warning {
  border: none;
  text-align: center;
  color: red !important;
  font-weight: 500;
  font-size: 14px;
}


.user-menu .dropdown-toggle {
  outline: 0;
}

.user-menu .btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}

.user-menu .btn-toggle:hover,
.user-menu .btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.user-menu .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.2%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.user-menu .btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.user-menu .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.user-menu .btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}

.user-menu .btn-toggle-nav a:hover,
.user-menu .btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}