html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  padding-bottom: 250px; /* Increased padding to accommodate footer */
}

#header-video {
  /*height: 101vh;*/
}

.video-container {
  position: absolute;
   background-color: #2E2E2E;
  top: 0;
 
  width: 100%;
  height: 100.2vh;
  overflow: hidden;
  z-index: 0;
}

.btn-video {
  width: 100%;
  background: none;
  border: 2px solid #fff;
  border-radius: 300px;
}

.btn-video:hover {
  background: #fff;
  border-color: #fff;
  color: #000 !important;
}

.btn-back {
  width: 80%;
  background: none;
  border: 1px solid #000;
  border-radius: 300px;
  font-size: 13px;
  color: #000 !important;
}

.btn-back:hover {
  background: #88A7D5;
  border-color: #fff;
  color: #fff !important;
}

.btn-back-line {
  width: 80%;
  background: none;
  border: 1px solid #000;
  border-radius: 300px;
  font-size: 13px;
  color: #000 !important;
}

.btn-back-line:hover {
  background: #88A7D5;
  border-color: #fff;
  color: #fff !important;
}

.heading-header {
  font-family: Raleway, sans-serif;
  font-size: 58px;
}

.footer {
  position: fixed;
  z-index: 1000;
  /*display: none;*/
  left: 0;
  bottom: 0;
  background: #2E2E2E;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  transform: translateY(100%);
  transition: all 0.5s ease;
}

.footer.intro {
  transform: translateY(0);
}

footer p {
  font-family: 'Raleway regular';
  font-size: 15px;
  color: #FFF;
  letter-spacing: 0px;
  opacity: 1;
}

footer .list-group-item {
  background: none !important;
  border: 0px;
  font-family: 'Raleway';
  font-size: 15px;
  letter-spacing: 0px;
  color: #FFF;
  opacity: 1;
  padding: .40rem 1.25rem;
}

.footer-icon-div {
  margin-right: 16px;
  display: inline-flex;
  width: 9%;
  height: 5%;
  border: 1px solid;
  padding: 2%;
  border-radius: 15%;
}

.span-address {
  width: 85%;
}

.border-line {
  border-right: 1px s;
}

.hr {
  border: none;
  border-left: 1px solid hsla(200, 10%, 50%,100);
  height: 50% !important;
  width: 1px;
  display: inline;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url('../img/hamburguer.svg');
  color: #fff;
}

.nav-background {
  background: #2E2E2E;
}

.menu-page {
  font-family: Raleway, sans-serif;
  width: 100%;
  z-index: 99999999;
}

.card-img-overlay-1 {
  position: absolute;
  background: #2e2e2e;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  display: block;
  opacity: 0.7;
  border-radius: 5px;
  cursor: pointer;
}

.card-img-overlay-2 {
  position: absolute;
  background: #88A7D5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  display: none;
  opacity: 0.7;
  border-radius: 5px;
  cursor: pointer;
}

.card-s {
  border: 0px !important;
}

.card-height {
  min-height: 90vh;
}

.card-img-overlay-1, .card-img-overlay-2 p{
  font-size: 11px;
  line-height: 5px;
} 

.card-img-overlay, .card-img-overlay-1, .card-img-overlay-2 {
  border-radius: 10px;
}

.text-overlay-1 {
  position: relative;
  top: 60%;
}

.card-header-1 {
    margin-bottom: 0;
    background-color: #88A7D5;
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 200px;
}

.img-card-header {
  position: relative;
  width: 40% !important;
}

.img-card-header img {
  border-radius: 10px;
}

.card img {
  border-radius: 10px !important;
}

.hr-card {
  border: 1px solid #707070;
  opacity: 0.21;
  width: 80%;
}

.content-card-body {
  margin-top: 10%; 
  width: 90%;
}

.content-card-body-lines {
  margin-top: 5%; 
  width: 90%;
}

.card-body, .card-footer {
  background: #E4E4E4;
}

.card-footer {
  border:  0px !important;
}

.card-img-overlay-mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1.25em !important;
  padding-left: 1.0em !important;
  padding-bottom: 1em !important;
  background-color: rgba(46, 46, 46, 0.2); 
  border-radius: 10px; 
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.btn {
  color: #fff;
}

.text-about {
  background-color: #88A7D5;
}

.text-about h4 {
  font-size: 35px;
  opacity: 1; 
  letter-spacing: 0;
}

.text-about .text-2{
  font-size: 70px; 
  font-weight: bold; 
  opacity: 1; 
  letter-spacing: 0;
  line-height: 70px;
}

.text-about-mobile {
  background-color: #88A7D5;
  min-height: 33vh;
}

.text-about-mobile h4 {
  font-size: 35px; 
  line-height: 10px; 
  opacity: 1; 
  letter-spacing: 0;
}

.text-about-mobile .text-2{
  font-size: 50px; 
  font-weight: bold; 
  opacity: 1; 
  letter-spacing: 0;
}

.team-administrative {
  display: none;
}

.team-title {
  color: #88A7D5;
}

.ul-list-image {
  padding-left: 0; 
  margin-left: 36px; 
  list-style-type: none; 
}

.list-image{
  background-image: url('../../dashboard/images/vinheta.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .1rem 0rem;
  background-color: transparent !important;
  border: 0px solid rgba(0,0,0,.125) !important; 
}

.badge-adviser {
  background-color: #88A7D5; 
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
}

.map-contact {
  position: absolute;
  width: 100%;
  height: 100%;
}

.map-contact iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.card-contact, 
.card-body-contact, 
.card-footer-contact {
  background-color: #2e2e2e;
  color: #fff;
  border-radius: 0px;
}

.card-contact > .card-header {
  font-size: 20px;
  font-weight: bold;
  border: 0px;
}

.contact-hr {
  background-color: #fff;
  margin-top: 0em;
  margin-bottom: 2em;
}

.vl {
  border-left: 1px solid #fff;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 23%;
}

.vlm {
  border-left: 1px solid #fff;
  height: 70px;
  position: relative;
  left: 0%;
  margin-left: -3px;
  margin-top: 5%;
}

.card-img-caption {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
  
.card-img-caption .card-img-top {
  z-index: 0;
}
    
.card-img-caption .card-text {
  text-align: center;
  width: 100%;
  margin: 33% 0;
  position: absolute;
  z-index: 1;
}

.p-text-about-mobile {
  font-size: 14px; 
  margin-bottom: 0px; 
  color: #bebebe;
}

.p-text-about-mobile span:hover {
  display:inline-block;
  border-bottom:1px solid #054595;
  padding-bottom:2px;
  color: #054595;
}

.p-text-about-mobile:after {
  color: #000;
}

.bio-team-mobile {
  height: 100vh; 
  position: absolute; 
  top: 0px; 
  left: 0px;
  z-index: 2; 
  display: none; 
}

.bio-lines-mobile {
  width: 100%;
  height: 100vh; 
  position: absolute; 
  top: 0px; 
  left: 0px;
  z-index: 11111111111; 
  display: none; 
}


.teamcortine {
  cursor: pointer;
}

.card-columns > .card img {
  border-radius: 10px;
}

@media (min-width: 320px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 15px;
  }
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.dropdown-toggle::after {
    display:none;
}

.dropdown-language-desktop a {
  text-decoration: none;
}

.dropdown-language-desktop a > i {
  color: #000;
}

.dropdown-language-mobile a  {
  color: #fff !important;
  text-decoration: none;
}

.body-line-list-mobile {
  min-height: 52vh;
}

.team-card-mobile {
  position: absolute; 
  top: 0px; 
  left: 0; 
  z-index: 11111111111; 
  display: none;
  height: 100vh;
}

@media (min-width: 300px) and (max-width: 480px) {
  .parallax-content h4 {
    font-family: 'Raleway';
    font-size: 20px;
  }

  .btn-video {
    width: 70% !important;
    background: none;
    border: 2px solid #fff;
    border-radius: 300px;
  }
}

@media (min-width: 320px) and (max-width: 480px)  and (orientation: landscape) {
  .text-about-mobile {
    min-height: 45vh !important;
  }
}

@media (min-width: 481px) and (max-width: 767px)  and (orientation: landscape) {
  .text-about-mobile {
    min-height: 50vh !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 15px;
  }

  .text-about-mobile {
    min-height: 20vh;
  }

  #img-team1 {
    width: 70%;
  }

  .img-menu-logo-md {
    width: 25% !important;
  }

  .img-menu-logo-ssrp-md{
    width: 50% !important;
  }

  .text-menu-md {
    font-size: 11px !important;
  }

  #img-line1 {
    height: 35vh !important;
  }

  .content-card-body-lines {
    margin-top: 10% !important;
  }

  .btn-back-line, .btn-back {
    width: 40% !important;
  }

  .body-line-list-mobile {
    min-height: 55vh;
  }

  .img-footer-md {
    width: 40% !important;
  }

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

/* Custom Footer Styles */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333; /* Adjust as needed */
    color: #fff; /* Adjust as needed */
    padding: 20px 0; /* Adjust as needed */
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000; /* Ensure it's above other content */
}

.footer.intro {
    transform: translateY(0);
}

body {
    padding-bottom: 0px; /* Adjust this value based on your footer's height */
}

/* Scrollable Team Section */
.scrollable-team {
    max-height: 800px; /* Adjust as needed */
    overflow-y: auto;
    padding-right: 15px; /* To prevent content from being hidden by scrollbar */
}

@media (max-width: 1600px) {
    .scrollable-team {
        max-height: 650px; /* Adjusted for smaller screens */
    }
}