html {
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden; /* Previne overflow horizontal indesejado */
}
/*======= font sizes =========*/
@font-face {
   font-family: Montserrat;
   src: url(../font/montserrat/Montserrat-Regular.ttf);
}
@font-face {
   font-family: "Goldplay Alt Bold";
   src: url("../font/goldplay/Goldplay Alt Bold.otf");
}
@font-face {
   font-family: "Goldplay SemiBold";
   src: url("../font/goldplay/Goldplay SemiBold.otf");
}
@font-face {
   font-family: "Poppins";
   src: url(../font/poppins/Poppins-Thin.ttf);
}
@font-face {
   font-family: "TradeGothic";
   src: url(../font/trade/TradeGothic-BoldTwo.otf);
}
/*======= colors =========*/
/*======= font weight =========*/
/*======= responsive variables =========*/
/*---------------- MOVE-BG----------------*/
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px); } }

@-webkit-keyframes MOVE-BG {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px); } }

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px); } }

/*---------------- MOVE-BG 2 ----------------*/
@-webkit-keyframes MOVE-BG2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px); } }

@-webkit-keyframes MOVE-BG2 {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -ms-transform: translateX(48px);
    transform: translateX(48px); } }

@keyframes MOVE-BG2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px); } }

/*---------------- FLIP ----------------*/
@keyframes flip {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(180deg) rotateX(180deg); } }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*---------------- container ----------------*/
.container {
  max-width: 1200px; }

@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: 1200px; } }

/*========== badge ==========*/
.badge-md {
  padding: 6px 12px;
  font-size: 14px; }


/*========== opacity ==========*/
.opacity-8 {
  opacity: 0.8 !important; }

/*========== position ==========*/
.top-0 {
  top: 0 !important; }

.right-0 {
  right: 0 !important; }

.bottom-0 {
  bottom: 0 !important; }

.left-0 {
  left: 0 !important; }

/*========== z-index ==========*/
.z-index-0 {
  z-index: 0 !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-2 {
  z-index: 2 !important; }

/*========== hover effect ==========*/
.hover-y {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .hover-y:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px); }

/*========== border color ==========*/
.border-gray {
  border-color: rgba(128, 137, 150, 0.1) !important; }

.border-top-gray {
  border-top-color: rgba(128, 137, 150, 0.1) !important; }

.border-right-gray {
  border-right-color: rgba(128, 137, 150, 0.1) !important; }

.border-bottom-gray {
  border-bottom-color: rgba(128, 137, 150, 0.1) !important; }

.border-left-gray {
  border-left-color: rgba(128, 137, 150, 0.1) !important; }

.border-top-gray {
    border-top: 1px solid #a9a9a9; /* Ajuste a cor (#ccc) para o tom de cinza que deseja */
    margin: 1rem 0; /* Ajuste o espaçamento superior e inferior conforme necessário */
}

/*========== color ==========*/
.text-black {
  color: #3f4161 !important; }

.colorLightSlateGrey {
  color: #F8F8FF !important; }

.colorBlueViolet {
  color: #8a2be2 !important; }

.colorPSRGold {
  color: #AB9671 !important; }

.colorDeepSkyBlue {
  color: #358FF7 !important; }

.colorLimeGreen {
  color: #32cd32 !important; }

.colorYellow {
  color: #FDE449 !important; }

.colorGreenPSR {
    color: #163F55 !important; }
    

/*========== bg ==========*/
.bg-gradient {
  background: #26828C !important;
  background: -moz-linear-gradient(-45deg, #26828C 0%, #ADE3E9 100%) !important;
  background: -webkit-linear-gradient(-45deg, #26828C 0%, #ADE3E9 100%) !important;
  background: linear-gradient(135deg, #26828C 0%, #ADE3E9 100%) !important; }

.bgGhostWhite {
  background-color: #F8F8FF !important; }

.bgGhostGreen {
    background-color: #DAEAE9 !important; }

    .bgcolorGreenPSR {
      background-color: #163F55 !important; }

.bg-blue {
  background-color: #4267B2 !important;
  border-color: #4267B2 !important; }

.bg-cyan {
  background-color: #00acee !important;
  border-color: #00acee !important; }

.bg-img {
  background-image: url(../images/promo-img.jpg);
  background-size: cover;
  background-position: center; }

.bg-img-2 {
  background-image: url(../images/cta-img.jpg);
  background-size: cover;
  background-position: center; }

  .bg-transparent {
    background-color: transparent;
  }
  .no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }

/*========== font-size ==========*/
.font-120 {
  font-size: 120px !important; }

.font-100 {
  font-size: 100px !important; }

.font-90 {
  font-size: 90px !important; }

.font-80 {
  font-size: 80px !important; }

.font-75 {
  font-size: 75px !important; }

.font-70 {
  font-size: 60px !important; }

.font-60 {
  font-size: 60px !important; }

.font-50 {
  font-size: 50px !important; }

.font-24 {
  font-size: 24px !important; }

.font-22 {
  font-size: 22px !important; }

.font-20 {
  font-size: 20px !important; }

.font-18 {
  font-size: 18px !important; }

.font-16 {
  font-size: 16px !important; }

.font-15 {
  font-size: 15px !important; }

.font-14 {
  font-size: 14px !important; }

/*-=========== font-weight =============-*/
.fw-medium {
  font-weight: 500 !important; }

/*-=========== spacing =============-*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.section--padding {
  padding-top: 100px;
  padding-bottom: 70px; }

.section---padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.sec-pad {
  padding-top: 10px;
}

/* padding top */
.pt-200 {
  padding-top: 200px !important; }
.pt-150 {
    padding-top: 150px !important; }
.pt-120 {
  padding-top: 120px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-70 {
  padding-top: 70px !important; }
  .pt-50 {
    padding-top: 50px !important; }

/* padding bottom */
.pb-190 {
  padding-bottom: 190px !important; }

.pb-120 {
  padding-bottom: 0px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-70 {
  padding-bottom: 70px !important; }
.pb-40 {
  padding-bottom: 40px !important; }
/* padding right */
.pr-40 {
  padding-right: 40px; }
/*========== margin ==========*/


/* PADDING & MARGIN FOR MOBILE*/
@media (max-width: 767px) {
  .pr-15-mobile {
    padding-right: 15px !important; }
	.mt-20-mobile {
		margin-top: 20px !important;
	}
	.mb-20-mobile {
		margin-bottom: 20px !important;
	}
}
/* Align center when mobile */
@media (max-width: 767px) {
  .align-center-mobile {
    display: flex !important;
    justify-content: center !important; }
}
/*---- btn ----*/
.btn {
  font-weight: 500;
  padding: 12px 24px; }
  .btn:focus, .btn.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
	
.btn2 {
  font-weight: 500;
  padding: 12px 24px; }

.btn-sm {
  padding: 6px 12px; }
  
.btn2-sm {
  padding: 6px 12px;  }
.btn-primary {
  background-color: #AB9671;
  border-color: #AB9671; }
.btn-primary.disabled {
    background-color: #d0d0d0;
    border-color: #d0d0d0; }
.btn2-secondary {
  background-color: #C2C2C2;
  border-color: #C2C2C2; }

.btn-outline-primary {
  border-color: #AB9671;
  color: #AB9671; }

.btn-primary:hover,
.btn-outline-primary:hover {
  background-color: #5A4E38;
  border-color: #AB9671; }
/*=== btn-link ===*/
.btn-link {
  color: #778899; }
  .btn-link:hover {
    color: #AB9671; }
.icon-element {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 36px;
  color: #AB9671;
  text-align: center; 
}
  .icon-element[aria-expanded=true] {
    color: #AB9671; }
    .icon-element[aria-expanded=true] i:before {
      content: "\f106"; }

a.icon-element {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  a.icon-element:hover {
    color: #AB9671; }

.icon-element-lg {
  width: 90px;
  height: 90px;
  font-size: 32px; }

.icon-element-sm {
  width: 35px;
  height: 35px;
  font-size: 16px; }

.icon-element i.fal.fa-bars {
  color: white;
}
.scrolled .icon-element i.fal.fa-bars {
  color: gray; /* Color after scrolling */
}
.avatar {
  width: 90px;
  height: 90px; }

.avatar-sm {
  width: 55px;
  height: 55px; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

ul.bullet-list {
  list-style-type: disc;
  padding: 20px 0 0 20px; }

a:hover,
a:focus {
  text-decoration: none; }

button:focus,
input:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  color: #3f4161;
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #778899;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/*-=========== loader =============-*/
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  
  z-index: 99999; }
  .loader div {
    width: 80px;
    height: 80px;
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .loader div:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      background-color: #4C787F;
      top: 15px;
      left: 15px;
      animation: flip 1s infinite; }

/*-=========== overlay =============-*/
.overlay {
  background-image: linear-gradient(90deg, #4C787F 0%, #162944 77%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: cover;
  opacity: .6;
  z-index: -1; }

.overlay-video-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #122945fa 20%,#163f55be 60%, #26828c71 90%);
    z-index: -1;
    /* On top of the video, behind the text */
  }
  .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

/*-=========== pattern-bg =============-*/
.pattern-bg {
  position: relative;
  z-index: 1; }

/*-=========== title-shape =============-*/
.title-shape {
  border-bottom: 1px solid rgba(38, 130, 140, 0.1);
  height: 1px; }
  .title-shape span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #26828C; }

/*-=========== spacing =============-*/
.sec-title-elau {
  margin: -7px;
  font-size: 120px;
  font-weight: 700; 
  font-family: Goldplay SemiBold;
  letter-spacing: .5rem;
  line-height: 1em;
  margin-bottom: 2px !important;
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title-elau {
      font-size: 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-title-elau.font-60, .sec-title-elau.font-70, .sec-title-elau.font-75, .sec-title-elau.font-80, .sec-title-elau.font-90, .sec-title-elau.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title-elau.font-60, .sec-title-elau.font-70, .sec-title-elau.font-75, .sec-title-elau.font-80, .sec-title-elau.font-90, .sec-title-elau.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title-elau.font-60, .sec-title-elau.font-70, .sec-title-elau.font-75, .sec-title-elau.font-80, .sec-title-elau.font-90, .sec-title-elau.font-120 {
      font-size: 50px !important; } }
	  
.sec-title {
  font-size: 40px;
  font-weight: 700; 
  font-family: Montserrat;	
  line-height: 1em;
  margin-top: 25px !important;
  margin-bottom: 15px !important;
  text-align: center !important; /* Centraliza o texto */
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-title.font-60, .sec-title.font-70, .sec-title.font-75, .sec-title.font-80, .sec-title.font-90, .sec-title.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title.font-60, .sec-title.font-70, .sec-title.font-75, .sec-title.font-80, .sec-title.font-90, .sec-title.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title.font-60, .sec-title.font-70, .sec-title.font-75, .sec-title.font-80, .sec-title.font-90, .sec-title.font-120 {
      font-size: 30px !important; } }

.sec-title2 {
  margin-left: -3px;
  font-size: 70px;
  font-weight: 600; 
  font-family: TradeGothic;
  line-height: 1em;
  color: rgb(171, 150, 113) !important;}
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title2 {
      font-size: 52px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-title2.font-60, .sec-title2.font-70, .sec-title2.font-80, .sec-title2.font-90, .sec-title2.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title2.font-60, .sec-title2.font-70, .sec-title2.font-80, .sec-title2.font-90, .sec-title2.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title2.font-60, .sec-title2.font-70, .sec-title2.font-80, .sec-title2.font-90, .sec-title2.font-120 {
      font-size: 25px !important; } }

.sec-title3 {
  font-size: 40px;
  font-weight: 500; 
  font-family: Montserrat;
  line-height: 1em;
  margin-bottom: 2px;
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title3 {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-title3.font-60, .sec-title3.font-70, .sec-title3.font-75, .sec-title3.font-80, .sec-title3.font-90, .sec-title3.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title3.font-60, .sec-title3.font-70, .sec-title3.font-75, .sec-title3.font-80, .sec-title3.font-90, .sec-title3.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title3.font-60, .sec-title3.font-70, .sec-title3.font-75, .sec-title3.font-80, .sec-title3.font-90, .sec-title3.font-120 {
      font-size: 30px !important; } }

.sec-title4 {
  font-size: 35px;
  font-weight: 600; 
  font-family: TradeGothic;
  line-height: 1em;
  color: rgb(171, 150, 113) !important;}
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title4 {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-title4.font-60, .sec-title4.font-70, .sec-title4.font-80, .sec-title4.font-90, .sec-title4.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec-title4.font-60, .sec-title4.font-70, .sec-title4.font-80, .sec-title4.font-90, .sec-title4.font-120 {
      font-size: 50px !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title4.font-60, .sec-title4.font-70, .sec-title4.font-80, .sec-title4.font-90, .sec-title4.font-120 {
      font-size: 25px !important; } }

.sec-desc {
  font-size: 18px;
  line-height: 28px; }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-desc {
      font-size: 16px; } }

/*-=========== list-item-white =============-*/
.list-item li {
  margin-bottom: 7px; }
  .list-item li a {
    color: #778899;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .list-item li a:hover {
      color: #AB9671; }

/*-=========== list-item-white =============-*/
.list-item-white li {
  color: #fff; }
  .list-item-white li a {
    color: #fff; }

/*-=========== owl-theme =============-*/
.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #D3D3D3;
  background: transparent;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px; }
  .owl-theme .owl-dots .owl-dot span::after {
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  border-color: #AB9671;
  background: transparent; }
  .owl-theme .owl-dots .owl-dot:hover span::after, .owl-theme .owl-dots .owl-dot.active span::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #AB9671; }

/*========= custom-control-input ==========*/
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #AB9671;
  border-color: #AB9671; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #AB9671; }

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 138, 3, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(246, 138, 3, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(246, 138, 3, 0.25); }

/*===== blockquote =====*/
.blockquote {
  border-left: 5px solid #F8F8FF;
  padding: 10px 20px;
  font-size: 18px; }

/*======= pagination-list ========*/
.pagination-list .page-item.active .page-link {
  background-color: #AB9671; }
  .pagination-list .page-item.active .page-link:hover {
    color: #fff; }

.pagination-list .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-list .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-list .page-link {
  margin-left: 3px;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #778899; }
  .pagination-list .page-link:hover {
    color: #3f4161; }

/*-=========== list-group =============-*/
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0; }

.list-group-item {
  border-bottom-color: rgba(128, 137, 150, 0.1); }
  .list-group-item a {
    color: #778899;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    .list-group-item a:hover {
      color: #AB9671; }

/*-=========== back-to-top =============-*/
.menu-item {
  display: flex; /* Alinha os itens internamente na mesma linha */
  align-items: center; /* Centraliza verticalmente se houver diferença de altura */
}

.floating-menu {
  position: fixed; /* Fixa o menu na tela */
  top: 50%; /* Centraliza verticalmente */
  left: 5px; /* Posiciona no lado direito */
  transform: translateY(-50%); /* Ajusta para ficar centralizado verticalmente */
  background-color: transparent; /* Cor de fundo */
  padding: 10px 20px; /* Espaçamento interno */
  z-index: 1000; /* Mantém o menu acima de outros elementos */
  border-left: 3px solid #6B9EA6; /* Linha/borda à esquerda */
}

.floating-menu ul {
  list-style: none; /* Remove os marcadores da lista */
  padding: 0; /* Remove o padding padrão */
  margin: 0; /* Remove a margem padrão */
}

.floating-menu ul li {
  margin: 10px 0; /* Espaçamento entre os itens do menu */
}

.floating-menu ul li a {
  text-decoration: none; /* Remove o sublinhado dos links */
  color: #6B9EA6; /* Cor dos links */
  font-weight: bold; /* Negrito */
  transition: color 0.3s; /* Transição suave para a cor */
}

.floating-menu ul li a:hover {
  color: #4C787F; /* Cor ao passar o mouse */
}

.floating-menu ul li a.active {
  color: #AC9A78; /* Cor do link ativo */
}

@media (max-width: 1560px) {
  .floating-menu {
      display: none; /* Esconde o menu em telas com largura de 1024px ou menos */
  }
}

#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden; 
  background-color: #d7d2c8;
}
  #back-to-top.active {
    opacity: 1;
    visibility: visible; }
  #back-to-top:hover {
    background-color: #AB9671;
    color: #fff; }

.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1024; }
  .header-area.fixed-top {
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .header-area.fixed-top .sticky-logo-hide {
      display: none; }
    .header-area.fixed-top .sticky-logo-show {
      display: block; }
    .header-area.fixed-top .main-menu-white > ul > li > a {
      color: #3f4161; }
      .header-area.fixed-top .main-menu-white > ul > li > a:hover {
        color: #AB9671; }

.header--area {
  position: relative;
  top: auto; }

/*===== logo-box =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

/*===== main-menu =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-menu {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-menu {
    display: none; } }

.main-menu > ul > li {
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin-right: 30px; }
  @media (max-width: 1024px) {
    .main-menu > ul > li {
      margin-right: 10px; } }
  .main-menu > ul > li > a {
    color: #3f4161;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    display: block;
    padding-bottom: 24px;
    margin-bottom: -24px; }
    .main-menu > ul > li > a:hover {
      color: #AB9671; }
  .main-menu > ul > li .drop-down-menu {
    position: absolute;
    left: 0;
    top: 55px;
    width: 225px;
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden; }
    .main-menu > ul > li .drop-down-menu2 {
      position: absolute;
      left: 0;
      top: 55px;
      width: 300px;
      background-color: #fff;
      padding: 20px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
      -moz-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
      box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0;
      visibility: hidden; }
    .main-menu > ul > li .drop-down-menu li:not(:last-child),
    .main-menu > ul > li .drop-down-menu2 li:not(:last-child) {
      margin-bottom: 10px; }

    .main-menu > ul > li .drop-down-menu li a,
    .main-menu > ul > li .drop-down-menu2 li a {
      color: #778899;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-transform: capitalize; }
      .main-menu > ul > li .drop-down-menu li a:hover,
      .main-menu > ul > li .drop-down-menu2 li a:hover {
        color: #AB9671; }
  .main-menu > ul > li:hover .drop-down-menu,
  .main-menu > ul > li:hover .drop-down-menu2 {
    top: 45px;
    opacity: 1;
    visibility: visible; }

/*===== main-menu-white =====*/
.main-menu-white > ul > li > a {
  color: #fff; }

  .text-muted {
    color: #cdd0d2 !important; /* Cor cinza claro, ajustável conforme necessário */
    cursor: default; /* O cursor padrão indica que não é clicável */
    margin-right: 8px;
}

/*====== main-header-action =======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-action {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-header-action {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .main-header-action {
    display: none; } }

/*====== off-canvas =======*/
.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 1035;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  .off-canvas.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

/*=== off-canvas-menu ===*/
.off-canvas-menu {
  text-transform: capitalize;
  padding-top: 60px;
  font-weight: 500; }
  .off-canvas-menu > li {
    margin-bottom: 15px; }
    .off-canvas-menu > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #3f4161; }
    .off-canvas-menu > li .off-canvas-dropdown {
      display: none;
      padding-left: 20px;
      font-size: 15px; }
      .off-canvas-menu > li .off-canvas-dropdown > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between; }

/*=== off-canvas-dropdown-toggle ===*/
.off-canvas-dropdown-toggle.icon-element {
  border: 0;
  font-size: 20px; }

.off-canvas-dropdown-toggle.active, .off-canvas-dropdown-toggle:hover {
  color: #AB9671; }

.off-canvas-dropdown-toggle.active i:before {
  content: "\f106"; }

.off-canvas-open,
.sticky-logo-show {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .off-canvas-open {
    display: inline-flex; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .off-canvas-open {
    display: inline-flex; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .off-canvas-open {
    display: inline-flex; } }

.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-weight: 500; }

.breadcrumb-item a {
  color: #fff;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .breadcrumb-item a:hover {
    color: #AB9671;
    text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  color: #fff; }

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7); }

.form-control {
  height: 50px;
  color: #3f4161;
  border-color: transparent;
  background-color: rgba(127, 136, 151, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #AB9671; }

.alert-message {
  display: none; }

/*=========== toggle-password =============*/
.toggle-password {
  display: inline-flex;
  align-items: center; }
  .toggle-password:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .toggle-password:hover {
    color: #AB9671; }
  .toggle-password .eye-off {
    display: none; }
  .toggle-password.active .eye-off {
    display: block; }
  .toggle-password.active .eye-on {
    display: none; }

.hero-bg-2 {
  background-image: url(../images/hero-img2.jpg); }

.hero-bg-3 {
  background-image: url(../images/hero-img3.jpg); }

.hero-bg-4 {
  background-image: url(../images/support/banner1_2.png); 
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  }

.hero-bg-5 {
  background-image: url(../images/hero-img5.jpg); }

  @media (max-width: 991px) {

    .hero-item {
      padding-top: 70px !important;
      padding-bottom: 50px !important;
  }

    .hero-content .col-lg-8 {
        text-align: center !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .hero-content img {
        content: url(../images/marca/logo_vertical_branco.svg) !important;
        margin: 0 auto 20px !important;
    }

    .hero-content .list-item {
      padding: 0;
      margin: 0 auto; /* Centraliza a lista */
  }

  .hero-item .btn {
      margin: 0 auto 0 auto; /* Adiciona margem para espaçamento e centraliza o botão */
      display: flex; /* Garante que o botão tenha o comportamento de bloco para centrar */
      justify-content: center !important;
      max-width: 80% !important;
  }
  .hero-item .d-inline-block {
    display: flex !important;
    justify-content: center !important;
}
}


.hero-item {
  padding-top: 250px;
  padding-bottom: 200px;
  position: relative; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item {
      padding-top: 20px;
      padding-bottom: 20px; } }

  @media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .hero-item {
      padding-top: 20px;
      padding-bottom: 20px; 
    } 
    }

  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-item {
      padding-top: 20px;
      padding-bottom: 20px; } 
    }

.hero-item img {
  max-height: 180px; /* Limita a altura máxima */
  width: auto; /* Mantém a proporção da imagem */
}

.border-hero{
	/* background-color: #27aeb8; */
	color: #fff;
	border-radius: 9px;
	padding: 6px 12px;
}
.border-hero a{
  color: inherit;
}
.border-hero a:hover{
  color: inherit;
  text-decoration: underline;
}
.countdown-row
{
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
}

@media (max-width: 991px) {

  .countdown-row {
    justify-content: center !important; /* Alinha os cards à direita */
}
}
@media (min-width: 991px) {

  .countdown-row {
    justify-content: flex-end !important; /* Alinha os cards à direita */
  }
}


.countdown-card{
  border-radius: 60px !important;
  height: 120px !important;
  width: 120px !important;
  background-color: #b4b4b48c !important;
  color: #fff !important;
}

/*====== card =====*/
.venue-section {
  display: flex;
  justify-content: flex-end; /* Alinha a imagem à direita */
  margin-top: -120px;
  margin-bottom: -50px;
  position: relative; /* Necessário para usar z-index */
  z-index: 10; /* Define um z-index alto para garantir que apareça acima */
}
.venue-section-picture {
  max-width: 25%; /* Ajuste o tamanho conforme necessário */
}

.time {
  color: #fff !important;
}
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 0px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 56.25;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section-content-std{
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px){
  .section-content-std {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }
}
.section-subtitle{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-content-std-strong{
  font-size: 28px;
  font-weight: 600;
	text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-content-box{
  font-size: 24px;
  color: #fff;
  padding: 20px !important;
  border-radius: 15px;
}

.section-content-std mark{
	background-color: #4da2a858 !important;
	border-radius: 5px !important;
  padding: .11em;
}

.bg-electric {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.894) 0%, rgba(255, 255, 255, 0.79) 90%), url(../images/energy-wallpaper.jpg);
	background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.card {
  border: 0;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}

.card2 {
  border: 0;
  background-color: rgba(196, 196, 196, 0.555);
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}

.card-themes {
  border: 0;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
  /* height: 360px; */
}

.card-icons {
  border: 0;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 20px; 
  background-color: #e1e1e1;
  height: 100%;
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-icons {
      height: 373.60px; } }

/* Remove o fundo e bordas dos cards */
.card-speaker {
  background: none; /* Remove o fundo branco */
  border: none; /* Remove a borda do card */
  padding: 0;
  transition: transform 0.3s ease; /* Suave efeito de zoom ao passar o mouse */
  margin-bottom: 40px;
}
.card-speaker-body{
  padding: 2px;
}

/* Estilização das imagens em círculo */
.speaker-image {
  width: 80%; /* Ajusta a largura para preencher o contêiner */
  height: auto;
  border-radius: 50%; /* Torna a imagem circular */
  transition: transform 0.3s ease; /* Transição suave para o efeito de hover */
}

/* Aumenta a imagem ao passar o mouse */
.card-speaker-link:hover .speaker-image {
  transform: scale(1.05); /* Aumenta a imagem em 10% */
}
.speaker-image:hover .card-speaker-link {
  color: #26828C;
}

/* Ajusta o tamanho da fonte do nome */
.speaker-name {
  font-size: 1.2rem !important; /* Reduz o tamanho da fonte do nome */
  margin-top: 10px;
  color: inherit; /* Mantém a cor do link */
  margin-bottom: 0px;
  color: #162944;
}
/* Estilo para o cargo */
.speaker-role {
  color: #6c757d; /* Cor mais clara para o cargo */
  margin: 2px 0; /* Ajuste de margem */
  font-size: 0.9rem !important; /* Reduz o tamanho da fonte do nome */
}

/* Tornando toda a área clicável */
.card-speaker-link {
  display: block; /* Faz o link envolver todo o conteúdo */
  text-decoration: none; /* Remove sublinhado */
}

.btn-light {
  padding: 2px 5px;
  border-radius: 4px;
  background-color: #e6e6e6;
}

/* Mantém o cursor de link e interatividade */
.card-speaker-link:hover {
  cursor: pointer;
}

/**/
/*======= timeline =======*/
.timeline {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	overflow: visible;
}
.timeline::before {
	content: '';
	position: absolute;
	top: 20px;
	background-color: #002846;
	left: 50%;
	width: 100vw;
	height: 3px;
	z-index: 0;
	transform: translateX(-50%);
  overflow-x: hidden;
}
.timeline, .timeline::before {
  box-sizing: border-box;
}
.timeline-item {
	position: relative;
	align-self: self-start;
	width: 30%;
}
.timeline-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 6%;
	transform: translateX(-50%);
	transform: translateY(-42%);
	width: 10px;
	height: 10px;
	background-color: #002846;
	border-radius: 50%;
	z-index: 1;
}
.timeline-content {
	padding-top: 20px;
	margin-right: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
	.timeline {
		flex-direction: column;
		align-items: flex-start;
	}
	.timeline::before {
		top: 0;
		left: 20px;
		width: 2px;
		height: 100%;
		transform: translateY(0);
	}
	.timeline-item {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
		flex-direction: row;
		align-items: flex-start;
	}
	.timeline-item:before {
		left: 0;
		top: 10px;
		transform: translateX(-50%);
	}
	.timeline-content {
		margin-left: 40px;
		margin-top: 0;
		padding-top: 0;
	}
}
/*===== vertical timeline ===== */
.feature-list-style li {
	/* Espaçamento à esquerda para o texto */
	margin-bottom: 20px;
	/* Espaço entre itens */
	position: relative;
	/* Necessário para posicionamento absoluto dos ícones */
	/* line-height: 1.6; */
	/* Espaçamento entre linhas */

	/* Define a espessura da fonte */
	color: #002846;
	/* Define a cor do texto */
	text-transform: none;
	/* Define transformações de texto (opcional) */
	padding-left: 30px;
}
.feature-list-style li::before {
	content: '\f111';
	/* Unicode para icon-circle-blank */
	font-family: 'Font Awesome 5 Pro';
	/* Define a fonte para FontAwesome */
	/* Posiciona absolutamente em relação ao item da lista */
	left: 0;
	/* Alinha à esquerda */
	top: 0;
	/* Alinha ao topo */
	font-size: 14px;
	/* Tamanho do ícone */
	color: #2A838A;
	/* Cor do ícone */
	/* Define o tamanho da fonte */
	font-weight: 600;
	margin-right: 15px;
	margin-left: -30px;
}
.feature-list-style li:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 5.5px;
	/* Centraliza a linha no meio do ícone */
	top: 17.5px;
	/* Início da linha após o ícone */
	height: calc(130%);
	/* Altura até o próximo ícone */
	border-left: 3px solid #2A838A;
	/* Linha vertical */
}


.fw-semibold {
  font-weight: 700 !important;
}
/* Wave SVG */
.wave {
	position: relative;
	width: 100%;
	height: 150px;
	/* Adjust height as needed */
	overflow: hidden;
	background-color: #fff;
	/* Ensure this matches the bgGhostGreen section */
	margin-top: -35px;
	/* Adjust to eliminate gaps */
	line-height: 0;
}
.wave svg {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #F8F8FF;
	/* Ensure this matches the bgGhostWhite section */
}
/*===== grid ELAU 2024 ======*/
.analytics-grid-container {
  column-count: 3;
  column-gap: 20px;
}
.analytics-grid-item {
 /* display: inline-block; */
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  break-inside: avoid;
  border-radius: 10px;
  max-height: fit-content;
  overflow: hidden; /* Garante que o conteúdo interno respeite o raio da borda */
}
.analytics-grid-item:hover {
  transform: scale(1.1); /* Aumenta o tamanho do card para 110% ao passar o mouse */
}
.analytics-grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.analytics-gradient-overlay {
  position: relative;
  margin-top: -20px;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  display: none;
}
.analytics-view-more-container {
  text-align: center;
  margin-top: 20px;
}
.analytics-hide-all-container {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.team-area{
  padding-top: 50px;
}

/* bubble chart */
.bubble {
  stroke: #fff;
  stroke-width: 1.5px;
  cursor: pointer; /* Indica que a bolha é clicável */
}
.bubble img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#bubble-chart {
  width: 100%;
  min-height: 500px; /* Altura mínima para a div */
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* Desktops Grandes (Maior que 1440px) */
@media (min-width: 1440px) {
  #bubble-chart {
      height: 550px; /* Aumenta um pouco a altura para desktops pequenos */
      margin-top: -50px;
  }
  #bubble-chart svg {
    overflow: visible;
  }
  .section-elau2024{
    padding-left: 150px;
    padding-right: 150px;
  }
}
/* Desktops Pequenos (Entre 1024px e 1440px) */
@media (min-width: 1024px) and (max-width: 1439px) {
  #bubble-chart {
      height: 550px; /* Aumenta um pouco a altura para desktops pequenos */
      margin-top: -50px;
  }
  #bubble-chart svg {
    overflow: visible;
  }
  .section-elau2024{
    padding-left: 100px;
    padding-right: 100px;
  }
}
/* Desktop pequeno (Entre 768px e 1024px) */
@media (min-width: 992px) and (max-width: 1023px) {
  #bubble-chart {
      height: 600px; /* Altura maior para tablets */
  }
  .section-elau2024{
    padding-left: 70px;
    padding-right: 70px;
  }
}

/* Tablets (Entre 768px e 1024px) */
@media (min-width: 768px) and (max-width: 991px) {
  #bubble-chart {
      height: 600px; /* Altura maior para tablets */
  }
  .section-elau2024{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Celulares (Entre 480px e 768px) */
@media (min-width: 480px) and (max-width: 767px) {
  #bubble-chart {
      height: 600px; /* Aumenta ainda mais para celulares maiores */
  }
}

/* Celulares Pequenos (Menores que 480px) */
@media (max-width: 479px) {
  #bubble-chart {
      height: 620px; /* Altura máxima para celulares pequenos */
  }
}

/*====== card-title =====*/
.card-title-topicos {
  display: flex !important;
  font-size: 22px; 
  justify-content: center;
  font-weight: 500;
}
.card-title-sub {
  display: flex !important;
  font-size: 20px; 
  justify-content: center;
  font-weight: 500;
}
.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-body-faq {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.card-button {
  margin-top: 1rem; /* Adiciona um espaçamento superior opcional */
}

.card-title {
  display: flex !important;
  font-size: 24px; 
  justify-content: center;
  font-weight: 700;
}
  .card-title a {
    color: #3f4161;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .card-title a:hover {
      color: #AB9671; }

.card-button{
  margin-top: 10px;
  font-size: 16px ;
  background-color: #162944;
  color: #fff;
  padding: 10px;
  border-radius: 30px;
  width: 200px;
}

/*====== card-body =====*/
.card-tabs {
  border-radius: 15px;
  margin-top: 30px;
}
.card-body {
  padding: 30px; 
  text-align: center;
}

.card-body-prog {
  padding: 30px;
}

.card-body-prog2 {
  padding: 30px;
  border: 0;
  background-color: #EEEBE4;
  -webkit-box-shadow: 0 1px 10px rgba(112, 55, 121, 0.296);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}

.card-body-prog3 {
  padding: 30px;
  border: 0;
  background-color: #DFE8F5;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}

.card-body-prog4 {
  padding: 30px;
  border: 0;
  background-color: #D9E6E8;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}


/*====== card-number-icon =====*/
.card-number-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 600;
  font-size: 30px;
  opacity: 0.2; }

/*====== media =====*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .media {
    flex-direction: column; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .media-body {
    width: 100%;
    margin-top: 20px; } }

/*====== media-text =====*/
.media-text {
  font-weight: 500; }
  .media-text a {
    color: #778899;
    display: inline-block; }

.media-title a {
  color: #3f4161; }

.media-title a,
.media-text a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .media-title a:hover,
  .media-text a:hover {
    color: #AB9671; }

.texto-branco{
	color: #fff !important;
}

/*-========= countdown ============-*/
#countdown .wrapper {
  width: 120px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-border-radius: 7%;
  -moz-border-radius: 7%;
  border-radius: 7%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.05);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.05);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.05);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #countdown .wrapper {
      width: 120px;
      height: 120px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #countdown .wrapper {
      width: auto;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    #countdown .wrapper {
      width: auto;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 20px; } }
  #countdown .wrapper .time {
    color: #3f4161;
    font-size: 2.5em;
    line-height: 50px;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #countdown .wrapper .time {
        font-size: 30px;
        line-height: 30px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #countdown .wrapper .time {
        font-size: 30px;
        line-height: 30px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      #countdown .wrapper .time {
        font-size: 30px;
        line-height: 30px; } }
  #countdown .wrapper .label {
    font-size: 1em;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    text-transform: capitalize; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #countdown .wrapper .label {
        font-size: 15px;
        margin-top: 4px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #countdown .wrapper .label {
        font-size: 15px;
        margin-top: 4px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      #countdown .wrapper .label {
        font-size: 15px;
        margin-top: 4px; } }
    
       
@media (max-width: 768px) {
  #countdown {
    max-width: 90% !important;
    justify-content: center !important;
    display: flex;
  }
}



/*====== fun-fact-item ======*/
.fun-fact-item {
  background-color: #fff;
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
  .fun-fact-item:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .fun-fact-item span {
    position: absolute;
    top: 40px;
    left: 40px;
    color: rgba(128, 137, 150, 0.1);
    font-size: 70px; }
  .fun-fact-item .fun-fact-title {
    margin-bottom: 10px;
    font-weight: 700;}
  .fun-fact-item .fun-fact-meta {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }

    @media (max-width: 992px) {
      .fun-fact-item {
        width: 150px;
        height: 150px; } 
        .fun-fact-item .fun-fact-title {
          margin-bottom: 0px;
          font-weight: 700;}
      .fun-fact-item .fun-fact-title.font-50 {
          font-size: 32px !important;
        }
      .fun-fact-item .fun-fact-meta.font-16 {
        font-size: 12px !important; }
        .fun-fact-item span {
          position: absolute;
          top: 30px;
          left: 30px;
          color: rgba(128, 137, 150, 0.1);
          font-size: 55px; }
      }

/*===== schedule-tab =====*/
.schedule-tab .nav-item {
  flex: 1;
  margin-right: 10px;
  margin-left: 10px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .schedule-tab .nav-item {
      flex: auto; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .schedule-tab .nav-item {
      flex: auto; } }

.schedule-tab .nav-link {
  padding: 30px;
  text-align: center;
  color: #3f4161;
  background-color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .schedule-tab .nav-link {
      padding: 20px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .schedule-tab .nav-link {
      padding: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .schedule-tab .nav-link {
      padding: 20px; } }
  .schedule-tab .nav-link span {
    display: block;
    font-weight: 500; }
  .schedule-tab .nav-link .date {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 600; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .schedule-tab .nav-link .date {
        font-size: 40px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .schedule-tab .nav-link .date {
        font-size: 40px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .schedule-tab .nav-link .date {
        font-size: 40px; } }
  .schedule-tab .nav-link .month {
    font-size: 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .schedule-tab .nav-link .month {
        font-size: 18px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .schedule-tab .nav-link .month {
        font-size: 18px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .schedule-tab .nav-link .month {
        font-size: 18px; } }
  .schedule-tab .nav-link .day-text {
    margin-top: 10px; }
  .schedule-tab .nav-link.active {
    background-color: #AB9671; }
  .schedule-tab .nav-link:hover:not(.active) {
    -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
    -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
    box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08); }

/*===== nav-pills =====*/
.nav-pills .nav-item {
  margin-right: 10px;
  margin-bottom: 10px; 
  border-radius: 30px !important;
}

.nav-pills .nav-link {
  color: #3f4161;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  box-shadow: 0 1px 10px rgba(14, 16, 48, 0.08);
  font-weight: 500; 
  border-radius: 5px !important;
}
  .nav-pills .nav-link.active {
    background-color: #2A838A; }

/*======== TESTIMONIAL =======*/
.testimonial-slider .owl-item {
  padding: 15px; }

.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px; }
  .gallery-item .gallery-img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gallery-item .gallery-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gallery-item .icon-element {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gallery-item:hover .gallery-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .gallery-item:hover .icon-element {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .gallery-item:hover .gallery-content {
    opacity: 1;
    visibility: visible; }

.accordion .card {
  margin-bottom: 15px; }

.accordion .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom-color: rgba(128, 137, 150, 0.1); }

.accordion .btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px; }
  .accordion .btn[aria-expanded=true] {
    color: #AB9671; }
    .accordion .btn[aria-expanded=true] i:before {
      content: "\f068"; }

.accordion .card-body {
  padding: 1.25rem; }

.accordion  .card-body-faq{
  padding: 1.25rem; }

.single-team-img-container {
  position: relative;
  z-index: 1; }
  .single-team-img-container img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .single-team-img-container:before {
    position: absolute;
    content: '';
    border: 10px solid rgba(35, 61, 99, 0.1);
    height: 100%;
    width: 100%;
    left: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.instagram-feed-list {
  margin-left: -5px;
  margin-right: -5px; }
  .instagram-feed-list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }

.posts-nav li a {
  position: relative;
  display: inline-block;
  color: #3f4161;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .posts-nav li a span {
    display: block;
    color: #778899;
    font-size: 15px;
    margin-bottom: 1px; }
  .posts-nav li a:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .posts-nav li a:hover {
    color: #AB9671; }

.posts-nav li.prev-post a {
  padding-left: 30px; }
  .posts-nav li.prev-post a:after {
    left: 0;
    content: "\f104"; }
  .posts-nav li.prev-post a:hover:after {
    -webkit-transform: translate3d(-5px, -50%, 0);
    -moz-transform: translate3d(-5px, -50%, 0);
    -ms-transform: translate3d(-5px, -50%, 0);
    -o-transform: translate3d(-5px, -50%, 0);
    transform: translate3d(-5px, -50%, 0); }

.posts-nav li.next-post a {
  padding-right: 30px; }
  .posts-nav li.next-post a:after {
    right: 0;
    content: "\f105"; }
  .posts-nav li.next-post a:hover:after {
    -webkit-transform: translate3d(5px, -50%, 0);
    -moz-transform: translate3d(5px, -50%, 0);
    -ms-transform: translate3d(5px, -50%, 0);
    -o-transform: translate3d(5px, -50%, 0);
    transform: translate3d(5px, -50%, 0); }

/*===== comments =====*/
.comments li {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .comments li:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.comments ul {
  margin-top: 25px;
  margin-left: 94px;
  padding-top: 25px;
  border-top: 1px solid rgba(128, 137, 150, 0.1); }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .comments ul {
      margin-left: 30px; } }

.comment .avatar img {
  width: 100%; }

.footer-widget {
	font-weight: 400;
}

.copy-desc {
	font-weight: 400;
}

.bg-dark{
	background-color:#012745 !important;
}

.btn-download-dark {
  background-color: #003366; /* azul escuro */
  color: white;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.btn-download-dark:hover,
.btn-download-dark:focus {
  background-color: #0059b3; /* azul mais claro */
  color: white;
  text-decoration: none;
}

.btn-download-dark img {
  filter: brightness(0) invert(1); /* se o ícone for preto, isso deixa branco */
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
  user-select: none;
}

.sub-title {
	color: #fff;
	font-weight: 400;
	line-height: 3em;
	font-family: "Roboto", sans-serif;
	padding: 0 0 18px 0px; }
	@media only screen and (min-width: 320px) and (max-width: 539px) {
    .sub-title {
      font-size: 20px;
	  line-height: 1.5em;
      margin-top: 1em;
      margin-bottom: 2em; } }
.ano-title {
	color: #fff !important;
	font-weight: 700 !important;
	font-family: "Poppins", sans-serif;
}
.list-item {
	text-align: left;
}
.cor-viva-botao{
	background-color:#fff ;
}
.cor-viva-botao:hover {
	  color: #fff;
	  background-color:#479AA3 !important;
      transition: 0.7s;
  }
 .desativado{
	 cursor: not-allowed;
 }
 
 .banner-webinar {
	 background-color: #2C888D;
	 margin-right: auto;
     margin-left: auto;
	 padding: 1em;
	 color: #fff;
	 font-size: 20px;
 }

 .banner-inscripcion {
  background-color: #780f20;
  margin-right: auto;
    margin-left: auto;
  padding: 1em;
  color: #fff;
  font-size: 20px;
}
 
 .bt_webinar {
	 text-align: right;
 }