@charset "UTF-8";

@use "sass:math";

:root {
  --theme-color: #00637b;
  --theme-color2: #52C306;
  --title-color: #0E121D;
  --body-color: #4D5765;
  --smoke-color: #F8F8F8;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E4E4E4;
  --title-font: 'Exo', sans-serif;
  --body-font: 'Public Sans', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}


pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}


.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}

.preloader .as-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 85px;
  height: 45px;
  display: inline-block;
  position: relative;
  background: url('../images/loader.gif') center center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  -webkit-animation: flipX 1s linear infinite;
  animation: flipX 1s linear infinite;
}




.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 90px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 10px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: transparent;
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 10px;
  box-sizing: border-box;
  -webkit-transition: all 50ms linear;
  transition: all 50ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}


@media (min-width: 768px) {
  .img-responsive-width {
      width: 60%;
  }
}

@media (max-width: 767px) {
  .img-responsive-width {
      width: 100%;
  }
  .logos-footer>div>div>div>a>span>img{
      padding:20px 80px;
  }
  .work-in-health>img{
      padding:20px 80px;
  }
  .defa-logo>a>img{
      padding:20px 80px;
  }
  .defa-logo>p{
      text-align:center;
  }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-img-container img {
        width: 100%;
        max-width: 100%;
}
        
.post-image img {
    max-width: 100%;
    height: auto;
  }


.informacoes-pessoais{
    display: block;
}
.custom-list {
    list-style-type: none;
    padding: 0;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.custom-list li {
    text-align: left;
    margin:0;
}
.custom-list>li>h4{
    margin-bottom:5px;
}

#lista-candidatos{
    padding: 10px;
}
.card{
    border-bottom:2px #000;
}